#C8A2D8 color RGB value is (12, 138, 45).
#C8A2D8 hex color red value is 12, green value is 138, and blue value is 45.
Cylindrical-coordinate representations (HSL) of color #C8A2D8
hue: 135.71,
saturation: 0.84 and lightness: 0.29.
The process color (four-color CMYK) of #C8A2D8 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C8A2D8 is #ff9999. Color #C8A2D8 contains mainly RED.
Color spaces of #C8A2D8 | Value |
---|---|
RGB | 200, 162, 216 |
HSL | 0.78, 0.41, 0.74 |
HSV | 282°, 25°, 85° |
XYZ | 49.13, 43.08, 70.68 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10100010 | 11011000 |
Octal | 310 | 242 | 330 |
Decimal | 200 | 162 | 216 |
Hex | C8 | A2 | D8 |
Shades of #C8A2D8
Tints of #C8A2D8
.mybgColor {background-color: #C8A2D8;} .myforeColor {color: #C8A2D8;} .myborderColor {border:3px solid #C8A2D8;}
<p style="color:#C8A2D8">Text here</p>
This sample text is styled with the font color #C8A2D8. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#C8A2D8">Div content here</div>
<div style="border:3px solid #C8A2D8">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200, 162, 216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #C8A2D8; } .divShadow { -moz-box-shadow: 1px 1px 3px #C8A2D8; -webkit-box-shadow: 1px 1px 3px #C8A2D8; box-shadow: 1px 1px 3px #C8A2D8; }
<p style="text-shadow: 4px 4px 2px rgba(200, 162, 216, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C8A2D8;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #C8A2D8;
-webkit-box-shadow: 1px 1px 3px #C8A2D8;
box-shadow: 1px 1px 3px #C8A2D8;">Div content here</div>