Color spaces of #cc99dc
RGB | 204 | 153 | 220 |
---|---|---|---|
HSL | 0.79 | 0.49 | 0.73 |
HSV | 286° | 30° | 86° |
CMYK | 0.07 | 0.30 | 0.00 0.14 |
XYZ | 49.2113 | 40.7871 | 72.9891 |
Yxy | 40.7871 | 0.3019 | 0.2502 |
Hunter Lab | 63.8648 | 25.7806 | -23.0554 |
CIE-Lab | 70.0265 | 30.6899 | -26.7152 |
#cc99dc color RGB value is (204,153,220).
#cc99dc hex color red value is 204, green value is 153 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cc99dc hue: 0.79 , saturation: 0.49 and the lightness value of cc99dc is 0.73.
The process color (four color CMYK) of #cc99dc color hex is 0.07, 0.30, 0.00, 0.14. Web safe color of #cc99dc is #cc99cc. Color #cc99dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10011001 | 11011100 |
Octal | 314 | 231 | 334 |
Decimal | 204 | 153 | 220 |
Hex | CC | 99 | DC |
Shades of #cc99dc
Tints of #cc99dc
RGB Percentages of Color #cc99dc
CMYK Percentages of Color #cc99dc
Complementary Color
#cc99dc | #a9dc99 |
#cc99dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc99dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc99dc Color CSS Codes
.mybgcolor {background-color:#cc99dc; } .myforecolor {color:#cc99dc; } .mybordercolor {border:3px solid #cc99dc; }
#cc99dc Text Font Color
<p style="color:#cc99dc">Text here</p>
This sample text font color is #cc99dc
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.
#cc99dc Background Color
<div style="background-color:#cc99dc">
Div content here</div>
This div background color is #cc99dc
#cc99dc Border Color
<div style="border:3px solid #cc99dc">
Div here</div>
This div border color is #cc99dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,153,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc99dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc99dc; -webkit-box-shadow: 1px 1px 3px 2px #cc99dc; box-shadow: 1px 1px 3px 2px #cc99dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,153,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc99dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc99dc; -webkit-box-shadow: 1px 1px 3px 2px #cc99dc; box-shadow: 1px 1px 3px 2px #cc99dc;">
Div content here</div>
This div box has shadow with color #cc99dc
Comments
No comments written yet.
Please login to write comment.