Color Hex Logo

#898182 Color Hex

#898182
(137,129,130)
0 Favorites   0 Comments

Color spaces of #898182

RGB 137129130
HSL0.980.030.52
HSV353°54°
CMYK 0.000.060.05   0.46
XYZ22.196022.630624.3174
Yxy22.63060.32100.3273
Hunter Lab47.57160.03432.9926
CIE-Lab54.68983.20670.5357

#898182 color RGB value is (137,129,130).

#898182 hex color red value is 137, green value is 129 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #898182 hue: 0.98 , saturation: 0.03 and the lightness value of 898182 is 0.52.

The process color (four color CMYK) of #898182 color hex is 0.00, 0.06, 0.05, 0.46. Web safe color of #898182 is #999999. Color #898182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 10000010
Octal 211 201 202
Decimal 137 129 130
Hex 89 81 82

RGB Percentages of Color #898182

%34.60
%32.58
%32.83

CMYK Percentages of Color #898182

%0
%6
%5
%46

Triadic Colors of #898182

#898182 #828981 #818289

Analogous Colors of #898182

#898182 #898481 #898186

Monochromatic Colors of #898182

#898182

Complementary Color

#898182 #818988

#898182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898182 Color CSS Codes

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

#898182 Text Font Color

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

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


#898182 Background Color

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

This div background color is #898182


#898182 Border Color

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

This div border color is #898182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898182


Comments

No comments written yet.

Please login to write comment.