Color spaces of #894dae
RGB | 137 | 77 | 174 |
---|---|---|---|
HSL | 0.77 | 0.39 | 0.49 |
HSV | 277° | 56° | 68° |
CMYK | 0.21 | 0.56 | 0.00 0.32 |
XYZ | 20.6104 | 13.6821 | 41.5990 |
Yxy | 13.6821 | 0.2716 | 0.1803 |
Hunter Lab | 36.9893 | 34.7286 | -40.7863 |
CIE-Lab | 43.7735 | 42.7458 | -42.0656 |
#894dae color RGB value is (137,77,174).
#894dae hex color red value is 137, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #894dae hue: 0.77 , saturation: 0.39 and the lightness value of 894dae is 0.49.
The process color (four color CMYK) of #894dae color hex is 0.21, 0.56, 0.00, 0.32. Web safe color of #894dae is #996699. Color #894dae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01001101 | 10101110 |
Octal | 211 | 115 | 256 |
Decimal | 137 | 77 | 174 |
Hex | 89 | 4D | AE |
Shades of #894dae
Tints of #894dae
RGB Percentages of Color #894dae
CMYK Percentages of Color #894dae
Complementary Color
#894dae | #72ae4d |
#894dae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#894dae Color Preview on White Background
Lorem ipsum dolor sit amet.
#894dae Color CSS Codes
.mybgcolor {background-color:#894dae; } .myforecolor {color:#894dae; } .mybordercolor {border:3px solid #894dae; }
#894dae Text Font Color
<p style="color:#894dae">Text here</p>
This sample text font color is #894dae
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.
#894dae Background Color
<div style="background-color:#894dae">
Div content here</div>
This div background color is #894dae
#894dae Border Color
<div style="border:3px solid #894dae">
Div here</div>
This div border color is #894dae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,77,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #894dae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #894dae; -webkit-box-shadow: 1px 1px 3px 2px #894dae; box-shadow: 1px 1px 3px 2px #894dae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,77,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #894dae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #894dae; -webkit-box-shadow: 1px 1px 3px 2px #894dae; box-shadow: 1px 1px 3px 2px #894dae;">
Div content here</div>
This div box has shadow with color #894dae
Comments
No comments written yet.
Please login to write comment.