Hex #ed8078 Color
equivalent to
RGB
(237, 128, 120)Details of #ed8078
|
|
|
|
Color HEX #ed8078 matches (237, 128, 120) in RGB.
#ed8078 hex color red value is 237, green value is 128 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ed8078 hue: 0.01, saturation: 0.76 and the lightness value of ed8078 is 0.70.
The process color (four color CMYK) of #ed8078 color hex is 0.00, 0.46, 0.49, 0.07. Web safe color of #ed8078 is #ff9966. Color #ed8078 contains mainly RED color.
Base Numbers
|
|
|
|
#ed8078 tints
#ed8078 shades
RGB in % of #ed8078
CMYK in % of #ed8078
Preview Color #ed8078 on black ground
Very nice color.
Preview Color #ed8078 on white ground
Very nice color.
CSS Codes #ed8078 color
.mybgcolor {background-color:#ed8078; } .myforecolor {color:#ed8078; } .mybordercolor {border:3px solid #ed8078; }
Text Font Color #ed8078
<p style="color:#ed8078">Text here</p>
This sample text font color is #ed8078
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 #ed8078
<div style="background-color:#ed8078">
Div content here</div>
This div background color is #ed8078
Border Color #ed8078
<div style="border:3px solid #ed8078">
Div here</div>
The color of this border is #ed8078
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ed8078; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ed8078; -webkit-box-shadow: 1px 1px 3px 2px #ed8078; box-shadow: 1px 1px 3px 2px #ed8078; }
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 #ed8078">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ed8078; -webkit-box-shadow: 1px 1px 3px 2px #ed8078; box-shadow: 1px 1px 3px 2px #ed8078;">
Div content here</div>
The shadow of div box using color #ed8078