Color spaces of #e52dbe
RGB | 229 | 45 | 190 |
---|---|---|---|
HSL | 0.87 | 0.78 | 0.54 |
HSV | 313° | 80° | 90° |
CMYK | 0.00 | 0.80 | 0.17 0.10 |
XYZ | 42.5457 | 22.2525 | 50.7679 |
Yxy | 22.2525 | 0.3682 | 0.1926 |
Hunter Lab | 47.1726 | 78.4401 | -30.7881 |
CIE-Lab | 54.2939 | 79.4894 | -33.8898 |
#e52dbe color RGB value is (229,45,190).
#e52dbe hex color red value is 229, green value is 45 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e52dbe hue: 0.87 , saturation: 0.78 and the lightness value of e52dbe is 0.54.
The process color (four color CMYK) of #e52dbe color hex is 0.00, 0.80, 0.17, 0.10. Web safe color of #e52dbe is #cc33cc. Color #e52dbe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00101101 | 10111110 |
Octal | 345 | 55 | 276 |
Decimal | 229 | 45 | 190 |
Hex | E5 | 2D | BE |
Shades of #e52dbe
Tints of #e52dbe
RGB Percentages of Color #e52dbe
CMYK Percentages of Color #e52dbe
Complementary Color
#e52dbe | #2de554 |
#e52dbe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e52dbe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e52dbe Color CSS Codes
.mybgcolor {background-color:#e52dbe; } .myforecolor {color:#e52dbe; } .mybordercolor {border:3px solid #e52dbe; }
#e52dbe Text Font Color
<p style="color:#e52dbe">Text here</p>
This sample text font color is #e52dbe
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.
#e52dbe Background Color
<div style="background-color:#e52dbe">
Div content here</div>
This div background color is #e52dbe
#e52dbe Border Color
<div style="border:3px solid #e52dbe">
Div here</div>
This div border color is #e52dbe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,45,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e52dbe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e52dbe; -webkit-box-shadow: 1px 1px 3px 2px #e52dbe; box-shadow: 1px 1px 3px 2px #e52dbe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,45,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 #e52dbe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e52dbe; -webkit-box-shadow: 1px 1px 3px 2px #e52dbe; box-shadow: 1px 1px 3px 2px #e52dbe;">
Div content here</div>
This div box has shadow with color #e52dbe
Comments
No comments written yet.
Please login to write comment.