Color Hex Logo

#898280 Color Hex

#898280
(137,130,128)
0 Favorites   0 Comments

Color spaces of #898280

RGB 137130128
HSL0.040.040.52
HSV13°54°
CMYK 0.000.050.07   0.46
XYZ22.195422.842123.6612
Yxy22.84210.32310.3325
Hunter Lab47.7934-0.74254.1025
CIE-Lab54.90932.25772.0156

#898280 color RGB value is (137,130,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000010 10000000
Octal 211 202 200
Decimal 137 130 128
Hex 89 82 80

RGB Percentages of Color #898280

%34.68
%32.91
%32.41

CMYK Percentages of Color #898280

%0
%5
%7
%46

Triadic Colors of #898280

#898280 #808982 #828089

Analogous Colors of #898280

#898280 #898780 #898083

Monochromatic Colors of #898280

#898280

Complementary Color

#898280 #808789

#898280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898280 Color CSS Codes

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

#898280 Text Font Color

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

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


#898280 Background Color

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

This div background color is #898280


#898280 Border Color

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

This div border color is #898280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898280


Comments

No comments written yet.

Please login to write comment.