Color spaces of #cca0fc
RGB | 204 | 160 | 252 |
---|---|---|---|
HSL | 0.75 | 0.94 | 0.81 |
HSV | 269° | 37° | 99° |
CMYK | 0.19 | 0.37 | 0.00 0.01 |
XYZ | 55.0433 | 45.0073 | 97.8816 |
Yxy | 45.0073 | 0.2781 | 0.2274 |
Hunter Lab | 67.0875 | 29.0509 | -39.5437 |
CIE-Lab | 72.8967 | 33.5903 | -39.7534 |
#cca0fc color RGB value is (204,160,252).
#cca0fc hex color red value is 204, green value is 160 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cca0fc hue: 0.75 , saturation: 0.94 and the lightness value of cca0fc is 0.81.
The process color (four color CMYK) of #cca0fc color hex is 0.19, 0.37, 0.00, 0.01. Web safe color of #cca0fc is #cc99ff. Color #cca0fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10100000 | 11111100 |
Octal | 314 | 240 | 374 |
Decimal | 204 | 160 | 252 |
Hex | CC | A0 | FC |
Shades of #cca0fc
Tints of #cca0fc
RGB Percentages of Color #cca0fc
CMYK Percentages of Color #cca0fc
Complementary Color
#cca0fc | #d0fca0 |
#cca0fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cca0fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cca0fc Color CSS Codes
.mybgcolor {background-color:#cca0fc; } .myforecolor {color:#cca0fc; } .mybordercolor {border:3px solid #cca0fc; }
#cca0fc Text Font Color
<p style="color:#cca0fc">Text here</p>
This sample text font color is #cca0fc
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.
#cca0fc Background Color
<div style="background-color:#cca0fc">
Div content here</div>
This div background color is #cca0fc
#cca0fc Border Color
<div style="border:3px solid #cca0fc">
Div here</div>
This div border color is #cca0fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,160,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cca0fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cca0fc; -webkit-box-shadow: 1px 1px 3px 2px #cca0fc; box-shadow: 1px 1px 3px 2px #cca0fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,160,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cca0fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cca0fc; -webkit-box-shadow: 1px 1px 3px 2px #cca0fc; box-shadow: 1px 1px 3px 2px #cca0fc;">
Div content here</div>
This div box has shadow with color #cca0fc
Comments
No comments written yet.
Please login to write comment.