Color spaces of #e90aed
RGB | 233 | 10 | 237 |
---|---|---|---|
HSL | 0.83 | 0.92 | 0.48 |
HSV | 299° | 96° | 93° |
CMYK | 0.02 | 0.96 | 0.00 0.07 |
XYZ | 48.9989 | 23.6551 | 82.1041 |
Yxy | 23.6551 | 0.3166 | 0.1529 |
Hunter Lab | 48.6365 | 94.7161 | -66.0429 |
CIE-Lab | 55.7408 | 91.6877 | -58.3482 |
#e90aed color RGB value is (233,10,237).
#e90aed hex color red value is 233, green value is 10 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e90aed hue: 0.83 , saturation: 0.92 and the lightness value of e90aed is 0.48.
The process color (four color CMYK) of #e90aed color hex is 0.02, 0.96, 0.00, 0.07. Web safe color of #e90aed is #ff00ff. Color #e90aed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 00001010 | 11101101 |
Octal | 351 | 12 | 355 |
Decimal | 233 | 10 | 237 |
Hex | E9 | A | ED |
Shades of #e90aed
Tints of #e90aed
RGB Percentages of Color #e90aed
CMYK Percentages of Color #e90aed
Complementary Color
#e90aed | #0eed0a |
#e90aed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e90aed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e90aed Color CSS Codes
.mybgcolor {background-color:#e90aed; } .myforecolor {color:#e90aed; } .mybordercolor {border:3px solid #e90aed; }
#e90aed Text Font Color
<p style="color:#e90aed">Text here</p>
This sample text font color is #e90aed
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.
#e90aed Background Color
<div style="background-color:#e90aed">
Div content here</div>
This div background color is #e90aed
#e90aed Border Color
<div style="border:3px solid #e90aed">
Div here</div>
This div border color is #e90aed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,10,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e90aed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e90aed; -webkit-box-shadow: 1px 1px 3px 2px #e90aed; box-shadow: 1px 1px 3px 2px #e90aed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,10,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e90aed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e90aed; -webkit-box-shadow: 1px 1px 3px 2px #e90aed; box-shadow: 1px 1px 3px 2px #e90aed;">
Div content here</div>
This div box has shadow with color #e90aed
Comments
No comments written yet.
Please login to write comment.