color details

Color Details
#e68b7f Color Hex

#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
Color spaces of #e68b7fValue
RGB230, 139, 127
HSL0.02, 0.67, 0.7
HSV7°, 45°, 90°
XYZ45.7, 36.82, 24.78
Base Numbers
Base Red Green Blue
Binary 11100110 10001011 1111111
Octal 346 213 177
Decimal 230 139 127
Hex E6 8B 7F

RGB Percentages for Color #e68b7f

46.37%
28.02%
25.6%

CMYK Percentages of the Color #e68b7f

39.57%
44.78%
9.8%
CSS Codes for Color #e68b7f
.mybgColor {background-color: #e68b7f;}
.myforeColor {color: #e68b7f;}
.myborderColor {border:3px solid #e68b7f;}
Text Font Color #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,

Background Color #e68b7f

<div style="background-color:#e68b7f">Div content here</div>

The background color of this div is #e68b7f
Border Color #e68b7f

<div style="border:3px solid #e68b7f">Div here</div>

The border color of this div is #e68b7f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230, 139, 127, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #e68b7f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #e68b7f

Scroll to Top