Color spaces of #e53abe
RGB | 229 | 58 | 190 |
---|---|---|---|
HSL | 0.87 | 0.77 | 0.56 |
HSV | 314° | 75° | 90° |
CMYK | 0.00 | 0.75 | 0.17 0.10 |
XYZ | 43.1204 | 23.4018 | 50.9595 |
Yxy | 23.4018 | 0.3670 | 0.1992 |
Hunter Lab | 48.3754 | 74.4526 | -28.5943 |
CIE-Lab | 55.4838 | 76.0749 | -32.0331 |
#e53abe color RGB value is (229,58,190).
#e53abe hex color red value is 229, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e53abe hue: 0.87 , saturation: 0.77 and the lightness value of e53abe is 0.56.
The process color (four color CMYK) of #e53abe color hex is 0.00, 0.75, 0.17, 0.10. Web safe color of #e53abe is #cc33cc. Color #e53abe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00111010 | 10111110 |
Octal | 345 | 72 | 276 |
Decimal | 229 | 58 | 190 |
Hex | E5 | 3A | BE |
Shades of #e53abe
Tints of #e53abe
RGB Percentages of Color #e53abe
CMYK Percentages of Color #e53abe
Complementary Color
#e53abe | #3ae561 |
#e53abe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e53abe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e53abe Color CSS Codes
.mybgcolor {background-color:#e53abe; } .myforecolor {color:#e53abe; } .mybordercolor {border:3px solid #e53abe; }
#e53abe Text Font Color
<p style="color:#e53abe">Text here</p>
This sample text font color is #e53abe
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.
#e53abe Background Color
<div style="background-color:#e53abe">
Div content here</div>
This div background color is #e53abe
#e53abe Border Color
<div style="border:3px solid #e53abe">
Div here</div>
This div border color is #e53abe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,58,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e53abe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e53abe; -webkit-box-shadow: 1px 1px 3px 2px #e53abe; box-shadow: 1px 1px 3px 2px #e53abe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,58,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e53abe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e53abe; -webkit-box-shadow: 1px 1px 3px 2px #e53abe; box-shadow: 1px 1px 3px 2px #e53abe;">
Div content here</div>
This div box has shadow with color #e53abe
Comments
No comments written yet.
Please login to write comment.