Color spaces of #809baf
RGB | 128 | 155 | 175 |
---|---|---|---|
HSL | 0.57 | 0.23 | 0.59 |
HSV | 206° | 27° | 69° |
CMYK | 0.27 | 0.11 | 0.00 0.31 |
XYZ | 28.3613 | 31.1270 | 45.0708 |
Yxy | 31.1270 | 0.2712 | 0.2977 |
Hunter Lab | 55.7916 | -6.8959 | -8.8429 |
CIE-Lab | 62.6147 | -4.7389 | -13.5108 |
#809baf color RGB value is (128,155,175).
#809baf hex color red value is 128, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #809baf hue: 0.57 , saturation: 0.23 and the lightness value of 809baf is 0.59.
The process color (four color CMYK) of #809baf color hex is 0.27, 0.11, 0.00, 0.31. Web safe color of #809baf is #999999. Color #809baf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10011011 | 10101111 |
Octal | 200 | 233 | 257 |
Decimal | 128 | 155 | 175 |
Hex | 80 | 9B | AF |
Shades of #809baf
Tints of #809baf
RGB Percentages of Color #809baf
CMYK Percentages of Color #809baf
Complementary Color
#809baf | #af9480 |
#809baf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#809baf Color Preview on White Background
Lorem ipsum dolor sit amet.
#809baf Color CSS Codes
.mybgcolor {background-color:#809baf; } .myforecolor {color:#809baf; } .mybordercolor {border:3px solid #809baf; }
#809baf Text Font Color
<p style="color:#809baf">Text here</p>
This sample text font color is #809baf
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.
#809baf Background Color
<div style="background-color:#809baf">
Div content here</div>
This div background color is #809baf
#809baf Border Color
<div style="border:3px solid #809baf">
Div here</div>
This div border color is #809baf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,155,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #809baf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #809baf; -webkit-box-shadow: 1px 1px 3px 2px #809baf; box-shadow: 1px 1px 3px 2px #809baf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,155,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #809baf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #809baf; -webkit-box-shadow: 1px 1px 3px 2px #809baf; box-shadow: 1px 1px 3px 2px #809baf;">
Div content here</div>
This div box has shadow with color #809baf
Comments
No comments written yet.
Please login to write comment.