#e68b7f color RGB value is (14, 104, 183).
#e68b7f hex color red value is 14, green value is 104, and blue value is 183.
Cylindrical-coordinate representations (HSL) of color #e68b7f
hue: 208.05,
saturation: 0.86 and lightness: 0.39.
The process color (four-color CMYK) of #e68b7f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #e68b7f is #ff9999. Color #e68b7f contains mainly RED.
| Color spaces of #e68b7f | Value |
|---|---|
| RGB | 230, 139, 127 |
| HSL | 0.02, 0.67, 0.7 |
| HSV | 7°, 45°, 90° |
| XYZ | 45.7, 36.82, 24.78 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11100110 | 10001011 | 1111111 |
| Octal | 346 | 213 | 177 |
| Decimal | 230 | 139 | 127 |
| Hex | E6 | 8B | 7F |
Shades of #e68b7f
Tints of #e68b7f
.mybgColor {background-color: #e68b7f;}
.myforeColor {color: #e68b7f;}
.myborderColor {border:3px solid #e68b7f;}
<p style="color:#e68b7f">Text here</p>
This sample text is styled with the font color #e68b7f. 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:#e68b7f">Div content here</div>
<div style="border:3px solid #e68b7f">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(230, 139, 127, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #e68b7f; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #e68b7f;
-webkit-box-shadow: 1px 1px 3px #e68b7f;
box-shadow: 1px 1px 3px #e68b7f; }
<p style="text-shadow: 4px 4px 2px rgba(230, 139, 127, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #e68b7f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #e68b7f;
-webkit-box-shadow: 1px 1px 3px #e68b7f;
box-shadow: 1px 1px 3px #e68b7f;">Div content here</div>
