Color Hex Logo

#808e9f Color Hex

#808E9F
(128,142,159)
0 Favorites   0 Comments

Color spaces of #808e9f

RGB 128142159
HSL0.590.140.56
HSV213°19°62°
CMYK 0.190.110.00   0.38
XYZ24.833126.438436.5952
Yxy26.43840.28260.3009
Hunter Lab51.4183-3.7732-6.2048
CIE-Lab58.4509-1.2642-10.6908

#808e9f color RGB value is (128,142,159).

#808e9f hex color red value is 128, green value is 142 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #808e9f hue: 0.59 , saturation: 0.14 and the lightness value of 808e9f is 0.56.

The process color (four color CMYK) of #808e9f color hex is 0.19, 0.11, 0.00, 0.38. Web safe color of #808e9f is #999999. Color #808e9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001110 10011111
Octal 200 216 237
Decimal 128 142 159
Hex 80 8E 9F

RGB Percentages of Color #808e9f

%29.84
%33.10
%37.06

CMYK Percentages of Color #808e9f

%19
%11
%0
%38

Triadic Colors of #808e9f

#808e9f #9f808e #8e9f80

Analogous Colors of #808e9f

#808e9f #82809f #809e9f

Monochromatic Colors of #808e9f

#808e9f

Complementary Color

#808e9f #9f9180

#808e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#808e9f Color CSS Codes

.mybgcolor {background-color:#808e9f; } 
.myforecolor {color:#808e9f; }
.mybordercolor {border:3px solid #808e9f; }

#808e9f Text Font Color

<p style="color:#808e9f">Text here</p>

This sample text font color is #808e9f
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.


#808e9f Background Color

<div style="background-color:#808e9f">
Div content here</div>

This div background color is #808e9f


#808e9f Border Color

<div style="border:3px solid #808e9f">
Div here</div>

This div border color is #808e9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,142,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808e9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #808e9f;
  box-shadow:         1px 1px 3px 2px #808e9f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,142,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #808e9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #808e9f;
  -webkit-box-shadow: 1px 1px 3px 2px #808e9f;
  box-shadow:         1px 1px 3px 2px #808e9f;">
Div content here</div>

This div box has shadow with color #808e9f


Comments

No comments written yet.

Please login to write comment.