Color spaces of #890dad
RGB | 137 | 13 | 173 |
---|---|---|---|
HSL | 0.80 | 0.86 | 0.36 |
HSV | 287° | 92° | 68° |
CMYK | 0.21 | 0.92 | 0.00 0.32 |
XYZ | 18.0033 | 8.6233 | 40.2508 |
Yxy | 8.6233 | 0.2692 | 0.1289 |
Hunter Lab | 29.3655 | 58.0448 | -60.7121 |
CIE-Lab | 35.2487 | 66.2500 | -55.1787 |
#890dad color RGB value is (137,13,173).
#890dad hex color red value is 137, green value is 13 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #890dad hue: 0.80 , saturation: 0.86 and the lightness value of 890dad is 0.36.
The process color (four color CMYK) of #890dad color hex is 0.21, 0.92, 0.00, 0.32. Web safe color of #890dad is #990099. Color #890dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 00001101 | 10101101 |
Octal | 211 | 15 | 255 |
Decimal | 137 | 13 | 173 |
Hex | 89 | D | AD |
Shades of #890dad
Tints of #890dad
RGB Percentages of Color #890dad
CMYK Percentages of Color #890dad
Complementary Color
#890dad | #31ad0d |
#890dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#890dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#890dad Color CSS Codes
.mybgcolor {background-color:#890dad; } .myforecolor {color:#890dad; } .mybordercolor {border:3px solid #890dad; }
#890dad Text Font Color
<p style="color:#890dad">Text here</p>
This sample text font color is #890dad
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.
#890dad Background Color
<div style="background-color:#890dad">
Div content here</div>
This div background color is #890dad
#890dad Border Color
<div style="border:3px solid #890dad">
Div here</div>
This div border color is #890dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,13,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #890dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #890dad; -webkit-box-shadow: 1px 1px 3px 2px #890dad; box-shadow: 1px 1px 3px 2px #890dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,13,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #890dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #890dad; -webkit-box-shadow: 1px 1px 3px 2px #890dad; box-shadow: 1px 1px 3px 2px #890dad;">
Div content here</div>
This div box has shadow with color #890dad
Comments
No comments written yet.
Please login to write comment.