Color Hex Logo

#808689 Color Hex

#808689
(128,134,137)
0 Favorites   0 Comments

Color spaces of #808689

RGB 128134137
HSL0.560.040.52
HSV200°54°
CMYK 0.070.020.00   0.46
XYZ21.942523.445527.0359
Yxy23.44550.30300.3237
Hunter Lab48.4206-3.84600.7895
CIE-Lab55.5283-1.5842-2.3816

#808689 color RGB value is (128,134,137).

#808689 hex color red value is 128, green value is 134 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #808689 hue: 0.56 , saturation: 0.04 and the lightness value of 808689 is 0.52.

The process color (four color CMYK) of #808689 color hex is 0.07, 0.02, 0.00, 0.46. Web safe color of #808689 is #999999. Color #808689 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000110 10001001
Octal 200 206 211
Decimal 128 134 137
Hex 80 86 89

RGB Percentages of Color #808689

%32.08
%33.58
%34.34

CMYK Percentages of Color #808689

%7
%2
%0
%46

Triadic Colors of #808689

#808689 #898086 #868980

Analogous Colors of #808689

#808689 #808289 #808988

Monochromatic Colors of #808689

#808689

Complementary Color

#808689 #898380

#808689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808689 Color CSS Codes

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

#808689 Text Font Color

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

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


#808689 Background Color

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

This div background color is #808689


#808689 Border Color

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

This div border color is #808689


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,134,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808689; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808689;
  -webkit-box-shadow: 1px 1px 3px 2px #808689;
  box-shadow:         1px 1px 3px 2px #808689; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808689


Comments

No comments written yet.

Please login to write comment.