Color spaces of #849ebe
RGB | 132 | 158 | 190 |
---|---|---|---|
HSL | 0.59 | 0.31 | 0.63 |
HSV | 213° | 31° | 75° |
CMYK | 0.31 | 0.17 | 0.00 0.25 |
XYZ | 31.0368 | 33.0770 | 53.4639 |
Yxy | 33.0770 | 0.2640 | 0.2813 |
Hunter Lab | 57.5126 | -4.3192 | -14.8573 |
CIE-Lab | 64.2232 | -1.4798 | -19.4683 |
#849ebe color RGB value is (132,158,190).
#849ebe hex color red value is 132, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #849ebe hue: 0.59 , saturation: 0.31 and the lightness value of 849ebe is 0.63.
The process color (four color CMYK) of #849ebe color hex is 0.31, 0.17, 0.00, 0.25. Web safe color of #849ebe is #9999cc. Color #849ebe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000100 | 10011110 | 10111110 |
Octal | 204 | 236 | 276 |
Decimal | 132 | 158 | 190 |
Hex | 84 | 9E | BE |
Shades of #849ebe
Tints of #849ebe
RGB Percentages of Color #849ebe
CMYK Percentages of Color #849ebe
Complementary Color
#849ebe | #bea484 |
#849ebe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#849ebe Color Preview on White Background
Lorem ipsum dolor sit amet.
#849ebe Color CSS Codes
.mybgcolor {background-color:#849ebe; } .myforecolor {color:#849ebe; } .mybordercolor {border:3px solid #849ebe; }
#849ebe Text Font Color
<p style="color:#849ebe">Text here</p>
This sample text font color is #849ebe
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.
#849ebe Background Color
<div style="background-color:#849ebe">
Div content here</div>
This div background color is #849ebe
#849ebe Border Color
<div style="border:3px solid #849ebe">
Div here</div>
This div border color is #849ebe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(132,158,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #849ebe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #849ebe; -webkit-box-shadow: 1px 1px 3px 2px #849ebe; box-shadow: 1px 1px 3px 2px #849ebe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(132,158,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #849ebe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #849ebe; -webkit-box-shadow: 1px 1px 3px 2px #849ebe; box-shadow: 1px 1px 3px 2px #849ebe;">
Div content here</div>
This div box has shadow with color #849ebe
Comments
No comments written yet.
Please login to write comment.