• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Default Functionalities in ASP.NET Core Color Picker Control

This sample demonstrates the default functionalities of the color picker/palette with default colors and predefined styles.

DEMO
SOURCE

Choose a color

The ColorPicker is a user interface to select and adjust color values. This supports various color specifications like RGB (Red Green Blue), HSV (Hue Saturation Value), and Hex codes.

In this sample, the ColorPicker popup contains picker area, slider to adjust hue and opacity value, input textarea, and control buttons.

  • Drag the handle in the Picker area to select your favorite color.
  • You can manually set the color by typing the color values in the input text boxes
  • By clicking the format switching icon at the right side of the input text area, switch between rgb and hsv color value format.
  • By clicking the mode switching icon at the left bottom of the popup, switch between picker and palette type.
  • Using the value property, set the color value to picker and palette initially.

In mobile mode, the popup opens at the center of the viewport.

More information about ColorPicker can be found in this documentation section.