Color spaces of #900eda
RGB | 144 | 14 | 218 |
---|---|---|---|
HSL | 0.77 | 0.88 | 0.45 |
HSV | 278° | 94° | 85° |
CMYK | 0.34 | 0.94 | 0.00 0.15 |
XYZ | 24.3135 | 11.3053 | 67.2303 |
Yxy | 11.3053 | 0.2364 | 0.1099 |
Hunter Lab | 33.6234 | 70.2349 | -95.0147 |
CIE-Lab | 40.0900 | 75.6324 | -73.5998 |
#900eda color RGB value is (144,14,218).
#900eda hex color red value is 144, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #900eda hue: 0.77 , saturation: 0.88 and the lightness value of 900eda is 0.45.
The process color (four color CMYK) of #900eda color hex is 0.34, 0.94, 0.00, 0.15. Web safe color of #900eda is #9900cc. Color #900eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 00001110 | 11011010 |
Octal | 220 | 16 | 332 |
Decimal | 144 | 14 | 218 |
Hex | 90 | E | DA |
Shades of #900eda
Tints of #900eda
RGB Percentages of Color #900eda
CMYK Percentages of Color #900eda
Complementary Color
#900eda | #58da0e |
#900eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#900eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#900eda Color CSS Codes
.mybgcolor {background-color:#900eda; } .myforecolor {color:#900eda; } .mybordercolor {border:3px solid #900eda; }
#900eda Text Font Color
<p style="color:#900eda">Text here</p>
This sample text font color is #900eda
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.
#900eda Background Color
<div style="background-color:#900eda">
Div content here</div>
This div background color is #900eda
#900eda Border Color
<div style="border:3px solid #900eda">
Div here</div>
This div border color is #900eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,14,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #900eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #900eda; -webkit-box-shadow: 1px 1px 3px 2px #900eda; box-shadow: 1px 1px 3px 2px #900eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,14,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #900eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #900eda; -webkit-box-shadow: 1px 1px 3px 2px #900eda; box-shadow: 1px 1px 3px 2px #900eda;">
Div content here</div>
This div box has shadow with color #900eda
Comments
No comments written yet.
Please login to write comment.