Color spaces of #e410de
RGB | 228 | 16 | 222 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.48 |
HSV | 302° | 93° | 89° |
CMYK | 0.00 | 0.93 | 0.03 0.11 |
XYZ | 45.3650 | 22.1385 | 70.9894 |
Yxy | 22.1385 | 0.3276 | 0.1599 |
Hunter Lab | 47.0516 | 89.7614 | -56.5181 |
CIE-Lab | 54.1736 | 88.2760 | -52.4344 |
#e410de color RGB value is (228,16,222).
#e410de hex color red value is 228, green value is 16 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e410de hue: 0.84 , saturation: 0.87 and the lightness value of e410de is 0.48.
The process color (four color CMYK) of #e410de color hex is 0.00, 0.93, 0.03, 0.11. Web safe color of #e410de is #cc00cc. Color #e410de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00010000 | 11011110 |
Octal | 344 | 20 | 336 |
Decimal | 228 | 16 | 222 |
Hex | E4 | 10 | DE |
Shades of #e410de
Tints of #e410de
RGB Percentages of Color #e410de
CMYK Percentages of Color #e410de
Complementary Color
#e410de | #10e416 |
#e410de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e410de Color Preview on White Background
Lorem ipsum dolor sit amet.
#e410de Color CSS Codes
.mybgcolor {background-color:#e410de; } .myforecolor {color:#e410de; } .mybordercolor {border:3px solid #e410de; }
#e410de Text Font Color
<p style="color:#e410de">Text here</p>
This sample text font color is #e410de
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.
#e410de Background Color
<div style="background-color:#e410de">
Div content here</div>
This div background color is #e410de
#e410de Border Color
<div style="border:3px solid #e410de">
Div here</div>
This div border color is #e410de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,16,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e410de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e410de; -webkit-box-shadow: 1px 1px 3px 2px #e410de; box-shadow: 1px 1px 3px 2px #e410de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,16,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 #e410de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e410de; -webkit-box-shadow: 1px 1px 3px 2px #e410de; box-shadow: 1px 1px 3px 2px #e410de;">
Div content here</div>
This div box has shadow with color #e410de
Comments
No comments written yet.
Please login to write comment.