Color spaces of #808eaf
RGB | 128 | 142 | 175 |
---|---|---|---|
HSL | 0.62 | 0.23 | 0.59 |
HSV | 222° | 27° | 69° |
CMYK | 0.27 | 0.19 | 0.00 0.31 |
XYZ | 26.3130 | 27.0303 | 44.3880 |
Yxy | 27.0303 | 0.2692 | 0.2766 |
Hunter Lab | 51.9907 | -0.6430 | -14.2265 |
CIE-Lab | 59.0024 | 2.5862 | -18.9824 |
#808eaf color RGB value is (128,142,175).
#808eaf hex color red value is 128, green value is 142 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #808eaf hue: 0.62 , saturation: 0.23 and the lightness value of 808eaf is 0.59.
The process color (four color CMYK) of #808eaf color hex is 0.27, 0.19, 0.00, 0.31. Web safe color of #808eaf is #999999. Color #808eaf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10001110 | 10101111 |
Octal | 200 | 216 | 257 |
Decimal | 128 | 142 | 175 |
Hex | 80 | 8E | AF |
Shades of #808eaf
Tints of #808eaf
RGB Percentages of Color #808eaf
CMYK Percentages of Color #808eaf
Complementary Color
#808eaf | #afa180 |
#808eaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808eaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#808eaf Color CSS Codes
.mybgcolor {background-color:#808eaf; } .myforecolor {color:#808eaf; } .mybordercolor {border:3px solid #808eaf; }
#808eaf Text Font Color
<p style="color:#808eaf">Text here</p>
This sample text font color is #808eaf
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.
#808eaf Background Color
<div style="background-color:#808eaf">
Div content here</div>
This div background color is #808eaf
#808eaf Border Color
<div style="border:3px solid #808eaf">
Div here</div>
This div border color is #808eaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,142,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808eaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808eaf; -webkit-box-shadow: 1px 1px 3px 2px #808eaf; box-shadow: 1px 1px 3px 2px #808eaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,142,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 #808eaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808eaf; -webkit-box-shadow: 1px 1px 3px 2px #808eaf; box-shadow: 1px 1px 3px 2px #808eaf;">
Div content here</div>
This div box has shadow with color #808eaf
Comments
No comments written yet.
Please login to write comment.