qzxtu / Colour-Reader

Easily and swiftly add new hexadecimal colors to your palette with a simple paste command. Experience the magic of colors in an instant!

Home Page:https://qzxtu.github.io/Colour-Reader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Colour Reader

Description

Colour Reader is a tool that visualizes hexadecimal colours. When you paste a hexadecimal colour into the page, the page background changes to that colour.

Features

  • Colour Visualization: Paste a hex colour, the page changes to that colour.
  • Colour History: Past colours are saved. Click a past colour, the page changes to it.
  • Smooth Transitions: Colour changes are smooth.
  • Persistent History: Past colours are saved even after closing the page.
  • Clipboard Copy: Click a past colour, it’s copied to your clipboard.
  • Right-Click to Delete: Right-click a past colour to delete it from history.

How to Use

  1. Open the web page.
  2. Copy a hexadecimal colour.
  3. Paste the hexadecimal colour into the page.
  4. The page background will change to the colour you pasted.
  5. The colours you have pasted will be saved in the history at the bottom of the page. You can click on a colour from the history to change the page background to that colour.

Notes

  • Hexadecimal colours are strings of 6 characters that represent colours. Every two characters represent the values of red, green, and blue, respectively. The characters can be numbers from 0 to 9 and letters from A to F.
  • For example, "FFFFFF" is white, "000000" is black, "FF0000" is red, "00FF00" is green, and "0000FF" is blue.

About

Easily and swiftly add new hexadecimal colors to your palette with a simple paste command. Experience the magic of colors in an instant!

https://qzxtu.github.io/Colour-Reader/

License:MIT License


Languages

Language:HTML 100.0%