Color Hex Logo

#80898e Color Hex

#80898E
(128,137,142)
0 Favorites   0 Comments

Color spaces of #80898e

RGB 128137142
HSL0.560.060.53
HSV201°10°56°
CMYK 0.100.040.00   0.44
XYZ22.730224.433529.1093
Yxy24.43350.29800.3203
Hunter Lab49.4303-4.4208-0.3145
CIE-Lab56.5192-2.2282-3.8078

#80898e color RGB value is (128,137,142).

#80898e hex color red value is 128, green value is 137 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #80898e hue: 0.56 , saturation: 0.06 and the lightness value of 80898e is 0.53.

The process color (four color CMYK) of #80898e color hex is 0.10, 0.04, 0.00, 0.44. Web safe color of #80898e is #999999. Color #80898e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 10001110
Octal 200 211 216
Decimal 128 137 142
Hex 80 89 8E

RGB Percentages of Color #80898e

%31.45
%33.66
%34.89

CMYK Percentages of Color #80898e

%10
%4
%0
%44

Triadic Colors of #80898e

#80898e #8e8089 #898e80

Analogous Colors of #80898e

#80898e #80828e #808e8c

Monochromatic Colors of #80898e

#80898e

Complementary Color

#80898e #8e8580

#80898e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80898e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80898e Color CSS Codes

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

#80898e Text Font Color

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

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


#80898e Background Color

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

This div background color is #80898e


#80898e Border Color

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

This div border color is #80898e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80898e


Comments

No comments written yet.

Please login to write comment.