Hex #ef8e87 Color
equivalent to
RGB
(239, 142, 135)Details of #ef8e87
|
|
|
|
Color HEX #ef8e87 matches (239, 142, 135) in RGB.
#ef8e87 hex color red value is 239, green value is 142 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #ef8e87 hue: 0.01, saturation: 0.76 and the lightness value of ef8e87 is 0.73.
The process color (four color CMYK) of #ef8e87 color hex is 0.00, 0.41, 0.44, 0.06. Web safe color of #ef8e87 is #ff9999. Color #ef8e87 contains mainly RED color.
Base Numbers
|
|
|
|
#ef8e87 tints
#ef8e87 shades
RGB in % of #ef8e87
CMYK in % of #ef8e87
Preview Color #ef8e87 on black ground
Very nice color.
Preview Color #ef8e87 on white ground
Very nice color.
CSS Codes #ef8e87 color
.mybgcolor {background-color:#ef8e87; } .myforecolor {color:#ef8e87; } .mybordercolor {border:3px solid #ef8e87; }
Text Font Color #ef8e87
<p style="color:#ef8e87">Text here</p>
This sample text font color is #ef8e87
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Background Color #ef8e87
<div style="background-color:#ef8e87">
Div content here</div>
This div background color is #ef8e87
Border Color #ef8e87
<div style="border:3px solid #ef8e87">
Div here</div>
The color of this border is #ef8e87
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ef8e87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ef8e87; -webkit-box-shadow: 1px 1px 3px 2px #ef8e87; box-shadow: 1px 1px 3px 2px #ef8e87; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #ef8e87">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ef8e87; -webkit-box-shadow: 1px 1px 3px 2px #ef8e87; box-shadow: 1px 1px 3px 2px #ef8e87;">
Div content here</div>
The shadow of div box using color #ef8e87