Submit your widget

colpick - A jQuery RGB, HEX and HSB Color Picker plugin is free, lightweight and customizable

Created 10 years ago   Views 6295   downloads 1118    Author colpick.com
colpick - A jQuery RGB, HEX and HSB Color Picker plugin is free, lightweight and customizable
View DemoDownload
13
Share |

colpick is a jQuery Color Picker, Selector, Chooser Plugin.

 

  • Very intuitive Photoshop-like interface
  • Light and dark easy-to-customize skins use CSS3
  • Just 35 KB total are loaded by the browser
  • Does not require jQuery UI
  • Works and looks nice even on IE7
  • Extremely easy to implement

Usage

To use this plugin download the latest release and add colpick.js and colpick.css to the head of your documents:

<script src="js/colpick.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/colpick.css" type="text/css"/>

Remember to fix the paths to images in the CSS if necessary. Now you may call the colpick method on any jQuery object to create a color picker.

By default you get a dropdown color picker:

<button id="picker">Show Color Picker</button>
$('#picker').colpick();

More Options