Color spaces of #c0caff
RGB | 192 | 202 | 255 |
---|---|---|---|
HSL | 0.64 | 1.00 | 0.88 |
HSV | 230° | 25° | 100° |
CMYK | 0.25 | 0.21 | 0.00 0.00 |
XYZ | 60.9088 | 60.6675 | 103.1075 |
Yxy | 60.6675 | 0.2711 | 0.2700 |
Hunter Lab | 77.8893 | 3.2791 | -23.9637 |
CIE-Lab | 82.1997 | 7.7983 | -27.0896 |
#c0caff color RGB value is (192,202,255).
#c0caff hex color red value is 192, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c0caff hue: 0.64 , saturation: 1.00 and the lightness value of c0caff is 0.88.
The process color (four color CMYK) of #c0caff color hex is 0.25, 0.21, 0.00, 0.00. Web safe color of #c0caff is #ccccff. Color #c0caff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11001010 | 11111111 |
Octal | 300 | 312 | 377 |
Decimal | 192 | 202 | 255 |
Hex | C0 | CA | FF |
Shades of #c0caff
Tints of #c0caff
RGB Percentages of Color #c0caff
CMYK Percentages of Color #c0caff
Complementary Color
#c0caff | #fff5c0 |
#c0caff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0caff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0caff Color CSS Codes
.mybgcolor {background-color:#c0caff; } .myforecolor {color:#c0caff; } .mybordercolor {border:3px solid #c0caff; }
#c0caff Text Font Color
<p style="color:#c0caff">Text here</p>
This sample text font color is #c0caff
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.
#c0caff Background Color
<div style="background-color:#c0caff">
Div content here</div>
This div background color is #c0caff
#c0caff Border Color
<div style="border:3px solid #c0caff">
Div here</div>
This div border color is #c0caff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,202,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0caff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0caff; -webkit-box-shadow: 1px 1px 3px 2px #c0caff; box-shadow: 1px 1px 3px 2px #c0caff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,202,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0caff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0caff; -webkit-box-shadow: 1px 1px 3px 2px #c0caff; box-shadow: 1px 1px 3px 2px #c0caff;">
Div content here</div>
This div box has shadow with color #c0caff
#c0caff Color Palettes
Comments
No comments written yet.
Please login to write comment.