Color spaces of #cc8ebc
RGB | 204 | 142 | 188 |
---|---|---|---|
HSL | 0.88 | 0.38 | 0.68 |
HSV | 315° | 30° | 80° |
CMYK | 0.00 | 0.30 | 0.08 0.20 |
XYZ | 43.6519 | 35.8142 | 52.1891 |
Yxy | 35.8142 | 0.3316 | 0.2720 |
Hunter Lab | 59.8450 | 25.4721 | -9.8137 |
CIE-Lab | 66.3777 | 30.6905 | -14.4895 |
#cc8ebc color RGB value is (204,142,188).
#cc8ebc hex color red value is 204, green value is 142 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc8ebc hue: 0.88 , saturation: 0.38 and the lightness value of cc8ebc is 0.68.
The process color (four color CMYK) of #cc8ebc color hex is 0.00, 0.30, 0.08, 0.20. Web safe color of #cc8ebc is #cc99cc. Color #cc8ebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10001110 | 10111100 |
Octal | 314 | 216 | 274 |
Decimal | 204 | 142 | 188 |
Hex | CC | 8E | BC |
Shades of #cc8ebc
Tints of #cc8ebc
RGB Percentages of Color #cc8ebc
CMYK Percentages of Color #cc8ebc
Complementary Color
#cc8ebc | #8ecc9e |
#cc8ebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc8ebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc8ebc Color CSS Codes
.mybgcolor {background-color:#cc8ebc; } .myforecolor {color:#cc8ebc; } .mybordercolor {border:3px solid #cc8ebc; }
#cc8ebc Text Font Color
<p style="color:#cc8ebc">Text here</p>
This sample text font color is #cc8ebc
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.
#cc8ebc Background Color
<div style="background-color:#cc8ebc">
Div content here</div>
This div background color is #cc8ebc
#cc8ebc Border Color
<div style="border:3px solid #cc8ebc">
Div here</div>
This div border color is #cc8ebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,142,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc8ebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc8ebc; -webkit-box-shadow: 1px 1px 3px 2px #cc8ebc; box-shadow: 1px 1px 3px 2px #cc8ebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,142,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cc8ebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc8ebc; -webkit-box-shadow: 1px 1px 3px 2px #cc8ebc; box-shadow: 1px 1px 3px 2px #cc8ebc;">
Div content here</div>
This div box has shadow with color #cc8ebc
Comments
No comments written yet.
Please login to write comment.