#cf7d72 color RGB value is (12, 247, 215).
#cf7d72 hex color red value is 12, green value is 247, and blue value is 215.
Cylindrical-coordinate representations (HSL) of color #cf7d72
hue: 171.83,
saturation: 0.94 and lightness: 0.51.
The process color (four-color CMYK) of #cf7d72 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #cf7d72 is #ff9999. Color #cf7d72 contains mainly RED.
| Color spaces of #cf7d72 | Value |
|---|---|
| RGB | 207, 125, 114 |
| HSL | 0.02, 0.49, 0.63 |
| HSV | 7°, 45°, 81° |
| XYZ | 36.1, 29.15, 19.64 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001111 | 1111101 | 1110010 |
| Octal | 317 | 175 | 162 |
| Decimal | 207 | 125 | 114 |
| Hex | CF | 7D | 72 |
Shades of #cf7d72
Tints of #cf7d72
.mybgColor {background-color: #cf7d72;}
.myforeColor {color: #cf7d72;}
.myborderColor {border:3px solid #cf7d72;}
<p style="color:#cf7d72">Text here</p>
This sample text is styled with the font color #cf7d72. 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:#cf7d72">Div content here</div>
<div style="border:3px solid #cf7d72">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(207, 125, 114, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #cf7d72; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #cf7d72;
-webkit-box-shadow: 1px 1px 3px #cf7d72;
box-shadow: 1px 1px 3px #cf7d72; }
<p style="text-shadow: 4px 4px 2px rgba(207, 125, 114, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #cf7d72;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #cf7d72;
-webkit-box-shadow: 1px 1px 3px #cf7d72;
box-shadow: 1px 1px 3px #cf7d72;">Div content here</div>
