Color spaces of #809ebb
RGB | 128 | 158 | 187 |
---|---|---|---|
HSL | 0.58 | 0.30 | 0.62 |
HSV | 209° | 32° | 73° |
CMYK | 0.32 | 0.16 | 0.00 0.27 |
XYZ | 30.0986 | 32.6308 | 51.7257 |
Yxy | 32.6308 | 0.2630 | 0.2851 |
Hunter Lab | 57.1234 | -5.9133 | -13.7012 |
CIE-Lab | 63.8608 | -3.4228 | -18.3643 |
#809ebb color RGB value is (128,158,187).
#809ebb hex color red value is 128, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #809ebb hue: 0.58 , saturation: 0.30 and the lightness value of 809ebb is 0.62.
The process color (four color CMYK) of #809ebb color hex is 0.32, 0.16, 0.00, 0.27. Web safe color of #809ebb is #9999cc. Color #809ebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10011110 | 10111011 |
Octal | 200 | 236 | 273 |
Decimal | 128 | 158 | 187 |
Hex | 80 | 9E | BB |
Shades of #809ebb
Tints of #809ebb
RGB Percentages of Color #809ebb
CMYK Percentages of Color #809ebb
Complementary Color
#809ebb | #bb9d80 |
#809ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#809ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#809ebb Color CSS Codes
.mybgcolor {background-color:#809ebb; } .myforecolor {color:#809ebb; } .mybordercolor {border:3px solid #809ebb; }
#809ebb Text Font Color
<p style="color:#809ebb">Text here</p>
This sample text font color is #809ebb
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.
#809ebb Background Color
<div style="background-color:#809ebb">
Div content here</div>
This div background color is #809ebb
#809ebb Border Color
<div style="border:3px solid #809ebb">
Div here</div>
This div border color is #809ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,158,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #809ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #809ebb; -webkit-box-shadow: 1px 1px 3px 2px #809ebb; box-shadow: 1px 1px 3px 2px #809ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,158,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #809ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #809ebb; -webkit-box-shadow: 1px 1px 3px 2px #809ebb; box-shadow: 1px 1px 3px 2px #809ebb;">
Div content here</div>
This div box has shadow with color #809ebb
Comments
No comments written yet.
Please login to write comment.