Color spaces of #e513de
RGB | 229 | 19 | 222 |
---|---|---|---|
HSL | 0.84 | 0.85 | 0.49 |
HSV | 302° | 92° | 90° |
CMYK | 0.00 | 0.92 | 0.03 0.10 |
XYZ | 45.7308 | 22.3977 | 71.0201 |
Yxy | 22.3977 | 0.3286 | 0.1610 |
Hunter Lab | 47.3262 | 89.6617 | -55.8452 |
CIE-Lab | 54.4465 | 88.1476 | -51.9890 |
#e513de color RGB value is (229,19,222).
#e513de hex color red value is 229, green value is 19 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e513de hue: 0.84 , saturation: 0.85 and the lightness value of e513de is 0.49.
The process color (four color CMYK) of #e513de color hex is 0.00, 0.92, 0.03, 0.10. Web safe color of #e513de is #cc00cc. Color #e513de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100101 | 00010011 | 11011110 |
Octal | 345 | 23 | 336 |
Decimal | 229 | 19 | 222 |
Hex | E5 | 13 | DE |
Shades of #e513de
Tints of #e513de
RGB Percentages of Color #e513de
CMYK Percentages of Color #e513de
Complementary Color
#e513de | #13e51a |
#e513de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e513de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e513de Color CSS Codes
.mybgcolor {background-color:#e513de; } .myforecolor {color:#e513de; } .mybordercolor {border:3px solid #e513de; }
#e513de Text Font Color
<p style="color:#e513de">Text here</p>
This sample text font color is #e513de
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.
#e513de Background Color
<div style="background-color:#e513de">
Div content here</div>
This div background color is #e513de
#e513de Border Color
<div style="border:3px solid #e513de">
Div here</div>
This div border color is #e513de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(229,19,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e513de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e513de; -webkit-box-shadow: 1px 1px 3px 2px #e513de; box-shadow: 1px 1px 3px 2px #e513de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(229,19,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e513de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e513de; -webkit-box-shadow: 1px 1px 3px 2px #e513de; box-shadow: 1px 1px 3px 2px #e513de;">
Div content here</div>
This div box has shadow with color #e513de
Comments
No comments written yet.
Please login to write comment.