Color spaces of #cc18de
RGB | 204 | 24 | 222 |
---|---|---|---|
HSL | 0.82 | 0.80 | 0.48 |
HSV | 295° | 89° | 87° |
CMYK | 0.08 | 0.89 | 0.00 0.13 |
XYZ | 38.4133 | 18.7646 | 70.7046 |
Yxy | 18.7646 | 0.3004 | 0.1467 |
Hunter Lab | 43.3181 | 82.4821 | -66.4515 |
CIE-Lab | 50.4107 | 83.4202 | -58.6901 |
#cc18de color RGB value is (204,24,222).
#cc18de hex color red value is 204, green value is 24 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cc18de hue: 0.82 , saturation: 0.80 and the lightness value of cc18de is 0.48.
The process color (four color CMYK) of #cc18de color hex is 0.08, 0.89, 0.00, 0.13. Web safe color of #cc18de is #cc00cc. Color #cc18de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 00011000 | 11011110 |
Octal | 314 | 30 | 336 |
Decimal | 204 | 24 | 222 |
Hex | CC | 18 | DE |
Shades of #cc18de
Tints of #cc18de
RGB Percentages of Color #cc18de
CMYK Percentages of Color #cc18de
Complementary Color
#cc18de | #2ade18 |
#cc18de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc18de Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc18de Color CSS Codes
.mybgcolor {background-color:#cc18de; } .myforecolor {color:#cc18de; } .mybordercolor {border:3px solid #cc18de; }
#cc18de Text Font Color
<p style="color:#cc18de">Text here</p>
This sample text font color is #cc18de
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.
#cc18de Background Color
<div style="background-color:#cc18de">
Div content here</div>
This div background color is #cc18de
#cc18de Border Color
<div style="border:3px solid #cc18de">
Div here</div>
This div border color is #cc18de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,24,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc18de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc18de; -webkit-box-shadow: 1px 1px 3px 2px #cc18de; box-shadow: 1px 1px 3px 2px #cc18de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,24,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc18de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc18de; -webkit-box-shadow: 1px 1px 3px 2px #cc18de; box-shadow: 1px 1px 3px 2px #cc18de;">
Div content here</div>
This div box has shadow with color #cc18de
Comments
No comments written yet.
Please login to write comment.