#CF6EC5 color RGB value is (12, 246, 236).
#CF6EC5 hex color red value is 12, green value is 246, and blue value is 236.
Cylindrical-coordinate representations (HSL) of color #CF6EC5
hue: 177.44,
saturation: 0.93 and lightness: 0.51.
The process color (four-color CMYK) of #CF6EC5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #CF6EC5 is #ff9999. Color #CF6EC5 contains mainly RED.
Color spaces of #CF6EC5 | Value |
---|---|
RGB | 207, 110, 197 |
HSL | 0.85, 0.5, 0.62 |
HSV | 306°, 47°, 81° |
XYZ | 41.39, 28.45, 56.12 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 1101110 | 11000101 |
Octal | 317 | 156 | 305 |
Decimal | 207 | 110 | 197 |
Hex | CF | 6E | C5 |
Shades of #CF6EC5
Tints of #CF6EC5
.mybgColor {background-color: #CF6EC5;} .myforeColor {color: #CF6EC5;} .myborderColor {border:3px solid #CF6EC5;}
<p style="color:#CF6EC5">Text here</p>
This sample text is styled with the font color #CF6EC5. 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:#CF6EC5">Div content here</div>
<div style="border:3px solid #CF6EC5">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207, 110, 197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #CF6EC5; } .divShadow { -moz-box-shadow: 1px 1px 3px #CF6EC5; -webkit-box-shadow: 1px 1px 3px #CF6EC5; box-shadow: 1px 1px 3px #CF6EC5; }
<p style="text-shadow: 4px 4px 2px rgba(207, 110, 197, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #CF6EC5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #CF6EC5;
-webkit-box-shadow: 1px 1px 3px #CF6EC5;
box-shadow: 1px 1px 3px #CF6EC5;">Div content here</div>