Color spaces of #cc17cc
RGB | 204 | 23 | 204 |
---|---|---|---|
HSL | 0.83 | 0.80 | 0.45 |
HSV | 300° | 89° | 80° |
CMYK | 0.00 | 0.89 | 0.00 0.20 |
XYZ | 36.1073 | 17.8098 | 58.6613 |
Yxy | 17.8098 | 0.3207 | 0.1582 |
Hunter Lab | 42.2017 | 78.8698 | -52.8733 |
CIE-Lab | 49.2646 | 80.8096 | -50.2147 |
#cc17cc color RGB value is (204,23,204).
#cc17cc hex color red value is 204, green value is 23 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cc17cc hue: 0.83 , saturation: 0.80 and the lightness value of cc17cc is 0.45.
The process color (four color CMYK) of #cc17cc color hex is 0.00, 0.89, 0.00, 0.20. Web safe color of #cc17cc is #cc00cc. Color #cc17cc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00010111 | 11001100 |
Octal | 314 | 27 | 314 |
Decimal | 204 | 23 | 204 |
Hex | CC | 17 | CC |
Shades of #cc17cc
Tints of #cc17cc
RGB Percentages of Color #cc17cc
CMYK Percentages of Color #cc17cc
Complementary Color
#cc17cc | #17cc17 |
#cc17cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc17cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc17cc Color CSS Codes
.mybgcolor {background-color:#cc17cc; } .myforecolor {color:#cc17cc; } .mybordercolor {border:3px solid #cc17cc; }
#cc17cc Text Font Color
<p style="color:#cc17cc">Text here</p>
This sample text font color is #cc17cc
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.
#cc17cc Background Color
<div style="background-color:#cc17cc">
Div content here</div>
This div background color is #cc17cc
#cc17cc Border Color
<div style="border:3px solid #cc17cc">
Div here</div>
This div border color is #cc17cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,23,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc17cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc17cc; -webkit-box-shadow: 1px 1px 3px 2px #cc17cc; box-shadow: 1px 1px 3px 2px #cc17cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,23,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 #cc17cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc17cc; -webkit-box-shadow: 1px 1px 3px 2px #cc17cc; box-shadow: 1px 1px 3px 2px #cc17cc;">
Div content here</div>
This div box has shadow with color #cc17cc
Comments
No comments written yet.
Please login to write comment.