Color spaces of #e54eaf
RGB | 229 | 78 | 175 |
---|---|---|---|
HSL | 0.89 | 0.74 | 0.60 |
HSV | 321° | 66° | 90° |
CMYK | 0.00 | 0.66 | 0.24 0.10 |
XYZ | 42.7754 | 25.2019 | 43.1674 |
Yxy | 25.2019 | 0.3849 | 0.2267 |
Hunter Lab | 50.2015 | 64.2426 | -15.8414 |
CIE-Lab | 57.2716 | 67.3415 | -20.5945 |
#e54eaf color RGB value is (229,78,175).
#e54eaf hex color red value is 229, green value is 78 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e54eaf hue: 0.89 , saturation: 0.74 and the lightness value of e54eaf is 0.60.
The process color (four color CMYK) of #e54eaf color hex is 0.00, 0.66, 0.24, 0.10. Web safe color of #e54eaf is #cc6699. Color #e54eaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 01001110 | 10101111 |
Octal | 345 | 116 | 257 |
Decimal | 229 | 78 | 175 |
Hex | E5 | 4E | AF |
Shades of #e54eaf
Tints of #e54eaf
RGB Percentages of Color #e54eaf
CMYK Percentages of Color #e54eaf
Complementary Color
#e54eaf | #4ee584 |
#e54eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e54eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e54eaf Color CSS Codes
.mybgcolor {background-color:#e54eaf; } .myforecolor {color:#e54eaf; } .mybordercolor {border:3px solid #e54eaf; }
#e54eaf Text Font Color
<p style="color:#e54eaf">Text here</p>
This sample text font color is #e54eaf
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.
#e54eaf Background Color
<div style="background-color:#e54eaf">
Div content here</div>
This div background color is #e54eaf
#e54eaf Border Color
<div style="border:3px solid #e54eaf">
Div here</div>
This div border color is #e54eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,78,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e54eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e54eaf; -webkit-box-shadow: 1px 1px 3px 2px #e54eaf; box-shadow: 1px 1px 3px 2px #e54eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,78,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e54eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e54eaf; -webkit-box-shadow: 1px 1px 3px 2px #e54eaf; box-shadow: 1px 1px 3px 2px #e54eaf;">
Div content here</div>
This div box has shadow with color #e54eaf
Comments
No comments written yet.
Please login to write comment.