Color spaces of #e990ed
RGB | 233 | 144 | 237 |
---|---|---|---|
HSL | 0.83 | 0.72 | 0.75 |
HSV | 297° | 39° | 93° |
CMYK | 0.02 | 0.39 | 0.00 0.07 |
XYZ | 58.8636 | 43.3846 | 85.3924 |
Yxy | 43.3846 | 0.3137 | 0.2312 |
Hunter Lab | 65.8670 | 44.2535 | -30.7589 |
CIE-Lab | 71.8152 | 47.6789 | -33.0321 |
#e990ed color RGB value is (233,144,237).
#e990ed hex color red value is 233, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e990ed hue: 0.83 , saturation: 0.72 and the lightness value of e990ed is 0.75.
The process color (four color CMYK) of #e990ed color hex is 0.02, 0.39, 0.00, 0.07. Web safe color of #e990ed is #ff99ff. Color #e990ed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101001 | 10010000 | 11101101 |
Octal | 351 | 220 | 355 |
Decimal | 233 | 144 | 237 |
Hex | E9 | 90 | ED |
Shades of #e990ed
Tints of #e990ed
RGB Percentages of Color #e990ed
CMYK Percentages of Color #e990ed
Complementary Color
#e990ed | #94ed90 |
#e990ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e990ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#e990ed Color CSS Codes
.mybgcolor {background-color:#e990ed; } .myforecolor {color:#e990ed; } .mybordercolor {border:3px solid #e990ed; }
#e990ed Text Font Color
<p style="color:#e990ed">Text here</p>
This sample text font color is #e990ed
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.
#e990ed Background Color
<div style="background-color:#e990ed">
Div content here</div>
This div background color is #e990ed
#e990ed Border Color
<div style="border:3px solid #e990ed">
Div here</div>
This div border color is #e990ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(233,144,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e990ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e990ed; -webkit-box-shadow: 1px 1px 3px 2px #e990ed; box-shadow: 1px 1px 3px 2px #e990ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(233,144,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 #e990ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e990ed; -webkit-box-shadow: 1px 1px 3px 2px #e990ed; box-shadow: 1px 1px 3px 2px #e990ed;">
Div content here</div>
This div box has shadow with color #e990ed
Comments
No comments written yet.
Please login to write comment.