Color spaces of #894dad
RGB | 137 | 77 | 173 |
---|---|---|---|
HSL | 0.77 | 0.38 | 0.49 |
HSV | 278° | 55° | 68° |
CMYK | 0.21 | 0.55 | 0.00 0.32 |
XYZ | 20.5132 | 13.6432 | 41.0874 |
Yxy | 13.6432 | 0.2726 | 0.1813 |
Hunter Lab | 36.9367 | 34.4927 | -40.0969 |
CIE-Lab | 43.7168 | 42.5173 | -41.5660 |
#894dad color RGB value is (137,77,173).
#894dad hex color red value is 137, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #894dad hue: 0.77 , saturation: 0.38 and the lightness value of 894dad is 0.49.
The process color (four color CMYK) of #894dad color hex is 0.21, 0.55, 0.00, 0.32. Web safe color of #894dad is #996699. Color #894dad contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01001101 | 10101101 |
Octal | 211 | 115 | 255 |
Decimal | 137 | 77 | 173 |
Hex | 89 | 4D | AD |
Shades of #894dad
Tints of #894dad
RGB Percentages of Color #894dad
CMYK Percentages of Color #894dad
Complementary Color
#894dad | #71ad4d |
#894dad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#894dad Color Preview on White Background
Lorem ipsum dolor sit amet.
#894dad Color CSS Codes
.mybgcolor {background-color:#894dad; } .myforecolor {color:#894dad; } .mybordercolor {border:3px solid #894dad; }
#894dad Text Font Color
<p style="color:#894dad">Text here</p>
This sample text font color is #894dad
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.
#894dad Background Color
<div style="background-color:#894dad">
Div content here</div>
This div background color is #894dad
#894dad Border Color
<div style="border:3px solid #894dad">
Div here</div>
This div border color is #894dad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,77,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #894dad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #894dad; -webkit-box-shadow: 1px 1px 3px 2px #894dad; box-shadow: 1px 1px 3px 2px #894dad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,77,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 #894dad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #894dad; -webkit-box-shadow: 1px 1px 3px 2px #894dad; box-shadow: 1px 1px 3px 2px #894dad;">
Div content here</div>
This div box has shadow with color #894dad
Comments
No comments written yet.
Please login to write comment.