Color spaces of #e572ad
RGB | 229 | 114 | 173 |
---|---|---|---|
HSL | 0.91 | 0.69 | 0.67 |
HSV | 329° | 50° | 90° |
CMYK | 0.00 | 0.50 | 0.24 0.10 |
XYZ | 45.8732 | 31.7098 | 43.2380 |
Yxy | 31.7098 | 0.3797 | 0.2625 |
Hunter Lab | 56.3115 | 46.8670 | -6.1070 |
CIE-Lab | 63.1023 | 51.2441 | -10.6216 |
#e572ad color RGB value is (229,114,173).
#e572ad hex color red value is 229, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e572ad hue: 0.91 , saturation: 0.69 and the lightness value of e572ad is 0.67.
The process color (four color CMYK) of #e572ad color hex is 0.00, 0.50, 0.24, 0.10. Web safe color of #e572ad is #cc6699. Color #e572ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01110010 | 10101101 |
Octal | 345 | 162 | 255 |
Decimal | 229 | 114 | 173 |
Hex | E5 | 72 | AD |
Shades of #e572ad
Tints of #e572ad
RGB Percentages of Color #e572ad
CMYK Percentages of Color #e572ad
Complementary Color
#e572ad | #72e5aa |
#e572ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e572ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#e572ad Color CSS Codes
.mybgcolor {background-color:#e572ad; } .myforecolor {color:#e572ad; } .mybordercolor {border:3px solid #e572ad; }
#e572ad Text Font Color
<p style="color:#e572ad">Text here</p>
This sample text font color is #e572ad
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.
#e572ad Background Color
<div style="background-color:#e572ad">
Div content here</div>
This div background color is #e572ad
#e572ad Border Color
<div style="border:3px solid #e572ad">
Div here</div>
This div border color is #e572ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,114,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e572ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e572ad; -webkit-box-shadow: 1px 1px 3px 2px #e572ad; box-shadow: 1px 1px 3px 2px #e572ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,114,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e572ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e572ad; -webkit-box-shadow: 1px 1px 3px 2px #e572ad; box-shadow: 1px 1px 3px 2px #e572ad;">
Div content here</div>
This div box has shadow with color #e572ad
Comments
No comments written yet.
Please login to write comment.