JA EN

Hue

The attribute of color that distinguishes red from blue, green from yellow - expressed as an angle (0-360 degrees) on the color wheel representing the dominant wavelength.

Hue is the most intuitive of the three color attributes (hue, saturation, lightness), defining "what color" something is. It is represented as an angular position on the color wheel, measured in degrees from 0 to 360, where 0 degrees corresponds to red, 120 degrees to green, and 240 degrees to blue. Adjacent hues on the wheel are analogous colors, while those diametrically opposite are complementary.

In photo editing, selective hue shifting is a powerful tool for changing specific colors without affecting others. Photoshop's Hue/Saturation adjustment and Lightroom's HSL panel allow targeting narrow hue ranges for rotation. In web development, CSS custom properties combined with hsl() enable theme systems where changing a single hue variable updates an entire brand palette consistently.

Related Terms

Related Articles