#cf1077 color RGB value is (12, 241, 7).
#cf1077 hex color red value is 12, green value is 241, and blue value is 7.
Cylindrical-coordinate representations (HSL) of color #cf1077
hue: 118.72,
saturation: 0.94 and lightness: 0.49.
The process color (four-color CMYK) of #cf1077 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cf1077 is #ff9999. Color #cf1077 contains mainly RED.
| Color spaces of #cf1077 | Value |
|---|---|
| RGB | 207, 16, 119 |
| HSL | 0.91, 0.86, 0.44 |
| HSV | 328°, 92°, 81° |
| XYZ | 29.25, 14.97, 18.8 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001111 | 10000 | 1110111 |
| Octal | 317 | 20 | 167 |
| Decimal | 207 | 16 | 119 |
| Hex | CF | 10 | 77 |
Shades of #cf1077
Tints of #cf1077
.mybgColor {background-color: #cf1077;}
.myforeColor {color: #cf1077;}
.myborderColor {border:3px solid #cf1077;}
<p style="color:#cf1077">Text here</p>
This sample text is styled with the font color #cf1077. 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:#cf1077">Div content here</div>
<div style="border:3px solid #cf1077">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(207, 16, 119, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cf1077; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #cf1077;
-webkit-box-shadow: 1px 1px 3px #cf1077;
box-shadow: 1px 1px 3px #cf1077; }
<p style="text-shadow: 4px 4px 2px rgba(207, 16, 119, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cf1077;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cf1077;
-webkit-box-shadow: 1px 1px 3px #cf1077;
box-shadow: 1px 1px 3px #cf1077;">Div content here</div>
