Color spaces of #849eea
RGB | 132 | 158 | 234 |
---|---|---|---|
HSL | 0.62 | 0.71 | 0.72 |
HSV | 225° | 44° | 92° |
CMYK | 0.44 | 0.32 | 0.00 0.08 |
XYZ | 36.5939 | 35.2998 | 82.7267 |
Yxy | 35.2998 | 0.2367 | 0.2283 |
Hunter Lab | 59.4136 | 5.9674 | -40.9650 |
CIE-Lab | 65.9814 | 10.3738 | -41.1509 |
#849eea color RGB value is (132,158,234).
#849eea hex color red value is 132, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #849eea hue: 0.62 , saturation: 0.71 and the lightness value of 849eea is 0.72.
The process color (four color CMYK) of #849eea color hex is 0.44, 0.32, 0.00, 0.08. Web safe color of #849eea is #9999ff. Color #849eea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10011110 | 11101010 |
Octal | 204 | 236 | 352 |
Decimal | 132 | 158 | 234 |
Hex | 84 | 9E | EA |
Shades of #849eea
Tints of #849eea
RGB Percentages of Color #849eea
CMYK Percentages of Color #849eea
Complementary Color
#849eea | #ead084 |
#849eea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#849eea Color Preview on White Background
Lorem ipsum dolor sit amet.
#849eea Color CSS Codes
.mybgcolor {background-color:#849eea; } .myforecolor {color:#849eea; } .mybordercolor {border:3px solid #849eea; }
#849eea Text Font Color
<p style="color:#849eea">Text here</p>
This sample text font color is #849eea
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.
#849eea Background Color
<div style="background-color:#849eea">
Div content here</div>
This div background color is #849eea
#849eea Border Color
<div style="border:3px solid #849eea">
Div here</div>
This div border color is #849eea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,158,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #849eea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #849eea; -webkit-box-shadow: 1px 1px 3px 2px #849eea; box-shadow: 1px 1px 3px 2px #849eea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,158,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #849eea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #849eea; -webkit-box-shadow: 1px 1px 3px 2px #849eea; box-shadow: 1px 1px 3px 2px #849eea;">
Div content here</div>
This div box has shadow with color #849eea
Comments
No comments written yet.
Please login to write comment.