#caa0ff color RGB value is (202,160,255). #caa0ff color name is Hydrangea Purple color.
#caa0ff hex color red value is 202 , green value is 160 and the blue value of its RGB is 255 . Cylindrical-coordinate representations (also known as HSL) of color #caa0ff hue: 267 , saturation: 100 and the lightness value of #caa0ff is 81
The process color (four color CMYK) of #caa0ff color hex is 8 , 15 ,0, 0 .
#caa0ff
~Hydrangea Purple
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10100000 | 11111111 |
Octal | 312 | 240 | 377 |
Decimal | 202 | 160 | 255 |
Hex | ca | a0 | ff |
View this color variations of shades, tints, tones, hues and temperatures.
A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.
A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.
A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.
Color harmonies are pleasing color schemes created according to their position on a color wheel.
.bgcolor {background-color:#caa0ff; } .forecolor {color:#caa0ff; } .bordercolor {border:3px solid #caa0ff; }
<div style="color:#caa0ff">
Div content here</div>
This sample text font color is #caa0ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
<div style="background-color:#caa0ff">
Div content here</div>
<div style="border:3px solid #caa0ff">
Div here</div>
This div border color is #caa0ff
.textShadowRgb { text-shadow: 4px 4px 2px #caa0ff; } .textShadowHex { text-shadow: 4px 4px 2px #caa0ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caa0ff; -webkit-box-shadow: 1px 1px 3px 2px #caa0ff; box-shadow: 1px 1px 3px 2px #caa0ff; }
<p style="text-shadow: 4px 4px 2px #caa0ff">Text here</p>
This text has shadow with hex values.
<div style="-moz-box-shadow: 1px 1px 3px 2px #caa0ff; -webkit-box-shadow: 1px 1px 3px 2px #caa0ff; box-shadow: 1px 1px 3px 2px #caa0ff#caa0ff">
Div content here</div>
This div box has shadow with color #caa0ff