Color spaces of #ea59ac
RGB | 234 | 89 | 172 |
---|---|---|---|
HSL | 0.90 | 0.78 | 0.63 |
HSV | 326° | 62° | 92° |
CMYK | 0.00 | 0.62 | 0.26 0.08 |
XYZ | 44.9505 | 27.6157 | 41.9909 |
Yxy | 27.6157 | 0.3924 | 0.2411 |
Hunter Lab | 52.5506 | 60.7208 | -10.5906 |
CIE-Lab | 59.5399 | 63.9517 | -15.3365 |
#ea59ac color RGB value is (234,89,172).
#ea59ac hex color red value is 234, green value is 89 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ea59ac hue: 0.90 , saturation: 0.78 and the lightness value of ea59ac is 0.63.
The process color (four color CMYK) of #ea59ac color hex is 0.00, 0.62, 0.26, 0.08. Web safe color of #ea59ac is #ff6699. Color #ea59ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 01011001 | 10101100 |
Octal | 352 | 131 | 254 |
Decimal | 234 | 89 | 172 |
Hex | EA | 59 | AC |
Shades of #ea59ac
Tints of #ea59ac
RGB Percentages of Color #ea59ac
CMYK Percentages of Color #ea59ac
Complementary Color
#ea59ac | #59ea97 |
#ea59ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea59ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea59ac Color CSS Codes
.mybgcolor {background-color:#ea59ac; } .myforecolor {color:#ea59ac; } .mybordercolor {border:3px solid #ea59ac; }
#ea59ac Text Font Color
<p style="color:#ea59ac">Text here</p>
This sample text font color is #ea59ac
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.
#ea59ac Background Color
<div style="background-color:#ea59ac">
Div content here</div>
This div background color is #ea59ac
#ea59ac Border Color
<div style="border:3px solid #ea59ac">
Div here</div>
This div border color is #ea59ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,89,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea59ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea59ac; -webkit-box-shadow: 1px 1px 3px 2px #ea59ac; box-shadow: 1px 1px 3px 2px #ea59ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,89,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea59ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea59ac; -webkit-box-shadow: 1px 1px 3px 2px #ea59ac; box-shadow: 1px 1px 3px 2px #ea59ac;">
Div content here</div>
This div box has shadow with color #ea59ac
Comments
No comments written yet.
Please login to write comment.