Question

I need to have a JQuery color Picker, where I can change the different HTML elements on a page. It should be easy to implement, I should be able to pick a color, enter RGB values and Hex values. Which plugin is the best hassle free to use.

Was it helpful?

Solution

This jQuery plugin is quite simple. You can enter Hex value but there is no method for RGB (as seems from demo page).

OTHER TIPS

If you want to write in html5 you can use attribute type for input tag

usage:

<input type="color" name="helpme">

or

Try this site, It has bunch of color pickers. Choose which suits you best.

How about ColorPicker? It allows you to enter hex/RGB/HSB, or click on a nice colour chart.

What about This plugin

Farbtastic is my color picker of choice:
http://acko.net/blog/farbtastic-jquery-color-picker-plug-in/
The js file is only 10kb, or less than 5kb if you minify it.

I have brought some of the MIT like jQuery color picker on this website. All of them have the links back to their original sites that have their implementation documentation in case you decide to use one of them.

But for which one is the "Best" one, you might have to judge it by yourself.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top