Color spaces of #890ade
RGB | 137 | 10 | 222 |
---|---|---|---|
HSL | 0.77 | 0.91 | 0.45 |
HSV | 276° | 95° | 87° |
CMYK | 0.38 | 0.95 | 0.00 0.13 |
XYZ | 23.6099 | 10.8094 | 69.9493 |
Yxy | 10.8094 | 0.2262 | 0.1036 |
Hunter Lab | 32.8777 | 70.6474 | -103.1289 |
CIE-Lab | 39.2576 | 76.1286 | -77.3006 |
#890ade color RGB value is (137,10,222).
#890ade hex color red value is 137, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #890ade hue: 0.77 , saturation: 0.91 and the lightness value of 890ade is 0.45.
The process color (four color CMYK) of #890ade color hex is 0.38, 0.95, 0.00, 0.13. Web safe color of #890ade is #9900cc. Color #890ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 00001010 | 11011110 |
Octal | 211 | 12 | 336 |
Decimal | 137 | 10 | 222 |
Hex | 89 | A | DE |
Shades of #890ade
Tints of #890ade
RGB Percentages of Color #890ade
CMYK Percentages of Color #890ade
Complementary Color
#890ade | #5fde0a |
#890ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#890ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#890ade Color CSS Codes
.mybgcolor {background-color:#890ade; } .myforecolor {color:#890ade; } .mybordercolor {border:3px solid #890ade; }
#890ade Text Font Color
<p style="color:#890ade">Text here</p>
This sample text font color is #890ade
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.
#890ade Background Color
<div style="background-color:#890ade">
Div content here</div>
This div background color is #890ade
#890ade Border Color
<div style="border:3px solid #890ade">
Div here</div>
This div border color is #890ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,10,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #890ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #890ade; -webkit-box-shadow: 1px 1px 3px 2px #890ade; box-shadow: 1px 1px 3px 2px #890ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,10,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 #890ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #890ade; -webkit-box-shadow: 1px 1px 3px 2px #890ade; box-shadow: 1px 1px 3px 2px #890ade;">
Div content here</div>
This div box has shadow with color #890ade
Comments
No comments written yet.
Please login to write comment.