Color Hex Logo

#808d93 Color Hex

#808D93
(128,141,147)
0 Favorites   0 Comments

Color spaces of #808d93

RGB 128141147
HSL0.550.080.54
HSV199°13°58°
CMYK 0.130.040.00   0.42
XYZ23.693425.745531.3244
Yxy25.74550.29340.3188
Hunter Lab50.7400-5.4432-1.0847
CIE-Lab57.7947-3.4026-4.7973

#808d93 color RGB value is (128,141,147).

#808d93 hex color red value is 128, green value is 141 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #808d93 hue: 0.55 , saturation: 0.08 and the lightness value of 808d93 is 0.54.

The process color (four color CMYK) of #808d93 color hex is 0.13, 0.04, 0.00, 0.42. Web safe color of #808d93 is #999999. Color #808d93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001101 10010011
Octal 200 215 223
Decimal 128 141 147
Hex 80 8D 93

RGB Percentages of Color #808d93

%30.77
%33.89
%35.34

CMYK Percentages of Color #808d93

%13
%4
%0
%42

Triadic Colors of #808d93

#808d93 #93808d #8d9380

Analogous Colors of #808d93

#808d93 #808493 #809390

Monochromatic Colors of #808d93

#808d93

Complementary Color

#808d93 #938680

#808d93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808d93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808d93 Color CSS Codes

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

#808d93 Text Font Color

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

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


#808d93 Background Color

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

This div background color is #808d93


#808d93 Border Color

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

This div border color is #808d93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808d93


Comments

No comments written yet.

Please login to write comment.