Color spaces of #e410ee
RGB | 228 | 16 | 238 |
---|---|---|---|
HSL | 0.83 | 0.87 | 0.50 |
HSV | 297° | 93° | 93° |
CMYK | 0.04 | 0.93 | 0.00 0.07 |
XYZ | 47.6128 | 23.0376 | 82.8261 |
Yxy | 23.0376 | 0.3102 | 0.1501 |
Hunter Lab | 47.9975 | 93.0737 | -68.7146 |
CIE-Lab | 55.1110 | 90.5855 | -59.9660 |
#e410ee color RGB value is (228,16,238).
#e410ee hex color red value is 228, green value is 16 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e410ee hue: 0.83 , saturation: 0.87 and the lightness value of e410ee is 0.50.
The process color (four color CMYK) of #e410ee color hex is 0.04, 0.93, 0.00, 0.07. Web safe color of #e410ee is #cc00ff. Color #e410ee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 00010000 | 11101110 |
Octal | 344 | 20 | 356 |
Decimal | 228 | 16 | 238 |
Hex | E4 | 10 | EE |
Shades of #e410ee
Tints of #e410ee
RGB Percentages of Color #e410ee
CMYK Percentages of Color #e410ee
Complementary Color
#e410ee | #1aee10 |
#e410ee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e410ee Color Preview on White Background
Lorem ipsum dolor sit amet.
#e410ee Color CSS Codes
.mybgcolor {background-color:#e410ee; } .myforecolor {color:#e410ee; } .mybordercolor {border:3px solid #e410ee; }
#e410ee Text Font Color
<p style="color:#e410ee">Text here</p>
This sample text font color is #e410ee
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.
#e410ee Background Color
<div style="background-color:#e410ee">
Div content here</div>
This div background color is #e410ee
#e410ee Border Color
<div style="border:3px solid #e410ee">
Div here</div>
This div border color is #e410ee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,16,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e410ee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e410ee; -webkit-box-shadow: 1px 1px 3px 2px #e410ee; box-shadow: 1px 1px 3px 2px #e410ee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,16,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e410ee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e410ee; -webkit-box-shadow: 1px 1px 3px 2px #e410ee; box-shadow: 1px 1px 3px 2px #e410ee;">
Div content here</div>
This div box has shadow with color #e410ee
Comments
No comments written yet.
Please login to write comment.