Color spaces of #ea807d
RGB | 234 | 128 | 125 |
---|---|---|---|
HSL | 0.00 | 0.72 | 0.70 |
HSV | 2° | 47° | 92° |
CMYK | 0.00 | 0.45 | 0.47 0.08 |
XYZ | 45.3525 | 34.4114 | 23.6538 |
Yxy | 34.4114 | 0.4385 | 0.3327 |
Hunter Lab | 58.6612 | 35.3458 | 17.1555 |
CIE-Lab | 65.2878 | 40.3343 | 19.9221 |
#ea807d color RGB value is (234,128,125).
#ea807d hex color red value is 234, green value is 128 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ea807d hue: 0.00 , saturation: 0.72 and the lightness value of ea807d is 0.70.
The process color (four color CMYK) of #ea807d color hex is 0.00, 0.45, 0.47, 0.08. Web safe color of #ea807d is #ff9966. Color #ea807d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10000000 | 01111101 |
Octal | 352 | 200 | 175 |
Decimal | 234 | 128 | 125 |
Hex | EA | 80 | 7D |
Shades of #ea807d
Tints of #ea807d
RGB Percentages of Color #ea807d
CMYK Percentages of Color #ea807d
Complementary Color
#ea807d | #7de7ea |
#ea807d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea807d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea807d Color CSS Codes
.mybgcolor {background-color:#ea807d; } .myforecolor {color:#ea807d; } .mybordercolor {border:3px solid #ea807d; }
#ea807d Text Font Color
<p style="color:#ea807d">Text here</p>
This sample text font color is #ea807d
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.
#ea807d Background Color
<div style="background-color:#ea807d">
Div content here</div>
This div background color is #ea807d
#ea807d Border Color
<div style="border:3px solid #ea807d">
Div here</div>
This div border color is #ea807d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,128,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea807d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea807d; -webkit-box-shadow: 1px 1px 3px 2px #ea807d; box-shadow: 1px 1px 3px 2px #ea807d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,128,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea807d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea807d; -webkit-box-shadow: 1px 1px 3px 2px #ea807d; box-shadow: 1px 1px 3px 2px #ea807d;">
Div content here</div>
This div box has shadow with color #ea807d
Comments
No comments written yet.
Please login to write comment.