Color Hex Logo

#808eaf Color Hex

#808EAF
(128,142,175)
0 Favorites   0 Comments

Color spaces of #808eaf

RGB 128142175
HSL0.620.230.59
HSV222°27°69°
CMYK 0.270.190.00   0.31
XYZ26.313027.030344.3880
Yxy27.03030.26920.2766
Hunter Lab51.9907-0.6430-14.2265
CIE-Lab59.00242.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

BaseRedGreenBlue
Binary 10000000 10001110 10101111
Octal 200 216 257
Decimal 128 142 175
Hex 80 8E AF

RGB Percentages of Color #808eaf

%28.76
%31.91
%39.33

CMYK Percentages of Color #808eaf

%27
%19
%0
%31

Triadic Colors of #808eaf

#808eaf #af808e #8eaf80

Analogous Colors of #808eaf

#808eaf #8a80af #80a6af

Monochromatic Colors of #808eaf

#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.