Color spaces of #cc6fcc
RGB | 204 | 111 | 204 |
---|---|---|---|
HSL | 0.83 | 0.48 | 0.62 |
HSV | 300° | 46° | 80° |
CMYK | 0.00 | 0.46 | 0.00 0.20 |
XYZ | 41.4854 | 28.5659 | 60.4540 |
Yxy | 28.5659 | 0.3179 | 0.2189 |
Hunter Lab | 53.4471 | 45.0186 | -29.6500 |
CIE-Lab | 60.3966 | 49.9806 | -32.6628 |
#cc6fcc color RGB value is (204,111,204).
#cc6fcc hex color red value is 204, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc6fcc hue: 0.83 , saturation: 0.48 and the lightness value of cc6fcc is 0.62.
The process color (four color CMYK) of #cc6fcc color hex is 0.00, 0.46, 0.00, 0.20. Web safe color of #cc6fcc is #cc66cc. Color #cc6fcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 01101111 | 11001100 |
Octal | 314 | 157 | 314 |
Decimal | 204 | 111 | 204 |
Hex | CC | 6F | CC |
Shades of #cc6fcc
Tints of #cc6fcc
RGB Percentages of Color #cc6fcc
CMYK Percentages of Color #cc6fcc
Complementary Color
#cc6fcc | #6fcc6f |
#cc6fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc6fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc6fcc Color CSS Codes
.mybgcolor {background-color:#cc6fcc; } .myforecolor {color:#cc6fcc; } .mybordercolor {border:3px solid #cc6fcc; }
#cc6fcc Text Font Color
<p style="color:#cc6fcc">Text here</p>
This sample text font color is #cc6fcc
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.
#cc6fcc Background Color
<div style="background-color:#cc6fcc">
Div content here</div>
This div background color is #cc6fcc
#cc6fcc Border Color
<div style="border:3px solid #cc6fcc">
Div here</div>
This div border color is #cc6fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,111,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc6fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc6fcc; -webkit-box-shadow: 1px 1px 3px 2px #cc6fcc; box-shadow: 1px 1px 3px 2px #cc6fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,111,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc6fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc6fcc; -webkit-box-shadow: 1px 1px 3px 2px #cc6fcc; box-shadow: 1px 1px 3px 2px #cc6fcc;">
Div content here</div>
This div box has shadow with color #cc6fcc
Comments
No comments written yet.
Please login to write comment.