Color spaces of #894dee
RGB | 137 | 77 | 238 |
---|---|---|---|
HSL | 0.73 | 0.83 | 0.62 |
HSV | 262° | 68° | 93° |
CMYK | 0.42 | 0.68 | 0.00 0.07 |
XYZ | 28.4030 | 16.7992 | 82.6345 |
Yxy | 16.7992 | 0.2222 | 0.1314 |
Hunter Lab | 40.9868 | 51.9698 | -90.8452 |
CIE-Lab | 48.0060 | 58.3932 | -72.0751 |
#894dee color RGB value is (137,77,238).
#894dee hex color red value is 137, green value is 77 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #894dee hue: 0.73 , saturation: 0.83 and the lightness value of 894dee is 0.62.
The process color (four color CMYK) of #894dee color hex is 0.42, 0.68, 0.00, 0.07. Web safe color of #894dee is #9966ff. Color #894dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01001101 | 11101110 |
Octal | 211 | 115 | 356 |
Decimal | 137 | 77 | 238 |
Hex | 89 | 4D | EE |
Shades of #894dee
Tints of #894dee
RGB Percentages of Color #894dee
CMYK Percentages of Color #894dee
Complementary Color
#894dee | #b2ee4d |
#894dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#894dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#894dee Color CSS Codes
.mybgcolor {background-color:#894dee; } .myforecolor {color:#894dee; } .mybordercolor {border:3px solid #894dee; }
#894dee Text Font Color
<p style="color:#894dee">Text here</p>
This sample text font color is #894dee
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.
#894dee Background Color
<div style="background-color:#894dee">
Div content here</div>
This div background color is #894dee
#894dee Border Color
<div style="border:3px solid #894dee">
Div here</div>
This div border color is #894dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,77,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #894dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #894dee; -webkit-box-shadow: 1px 1px 3px 2px #894dee; box-shadow: 1px 1px 3px 2px #894dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,77,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #894dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #894dee; -webkit-box-shadow: 1px 1px 3px 2px #894dee; box-shadow: 1px 1px 3px 2px #894dee;">
Div content here</div>
This div box has shadow with color #894dee
Comments
No comments written yet.
Please login to write comment.