Color spaces of #e504ac
RGB | 229 | 4 | 172 |
---|---|---|---|
HSL | 0.88 | 0.97 | 0.46 |
HSV | 315° | 98° | 90° |
CMYK | 0.00 | 0.98 | 0.25 0.10 |
XYZ | 39.8029 | 19.7234 | 40.7389 |
Yxy | 19.7234 | 0.3970 | 0.1967 |
Hunter Lab | 44.4110 | 82.2593 | -23.2999 |
CIE-Lab | 51.5230 | 83.0304 | -27.6973 |
#e504ac color RGB value is (229,4,172).
#e504ac hex color red value is 229, green value is 4 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e504ac hue: 0.88 , saturation: 0.97 and the lightness value of e504ac is 0.46.
The process color (four color CMYK) of #e504ac color hex is 0.00, 0.98, 0.25, 0.10. Web safe color of #e504ac is #cc0099. Color #e504ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00000100 | 10101100 |
Octal | 345 | 4 | 254 |
Decimal | 229 | 4 | 172 |
Hex | E5 | 4 | AC |
Shades of #e504ac
Tints of #e504ac
RGB Percentages of Color #e504ac
CMYK Percentages of Color #e504ac
Complementary Color
#e504ac | #04e53d |
#e504ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e504ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#e504ac Color CSS Codes
.mybgcolor {background-color:#e504ac; } .myforecolor {color:#e504ac; } .mybordercolor {border:3px solid #e504ac; }
#e504ac Text Font Color
<p style="color:#e504ac">Text here</p>
This sample text font color is #e504ac
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.
#e504ac Background Color
<div style="background-color:#e504ac">
Div content here</div>
This div background color is #e504ac
#e504ac Border Color
<div style="border:3px solid #e504ac">
Div here</div>
This div border color is #e504ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,4,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e504ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e504ac; -webkit-box-shadow: 1px 1px 3px 2px #e504ac; box-shadow: 1px 1px 3px 2px #e504ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,4,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 #e504ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e504ac; -webkit-box-shadow: 1px 1px 3px 2px #e504ac; box-shadow: 1px 1px 3px 2px #e504ac;">
Div content here</div>
This div box has shadow with color #e504ac
Comments
No comments written yet.
Please login to write comment.