Color Hex Logo

#898791 Color Hex

#898791
(137,135,145)
0 Favorites   0 Comments

Color spaces of #898791

RGB 137135145
HSL0.700.040.55
HSV252°57°
CMYK 0.060.070.00   0.43
XYZ24.091324.690630.2841
Yxy24.69060.30470.3123
Hunter Lab49.6896-0.4137-1.3524
CIE-Lab56.77272.7543-5.0812

#898791 color RGB value is (137,135,145).

#898791 hex color red value is 137, green value is 135 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #898791 hue: 0.70 , saturation: 0.04 and the lightness value of 898791 is 0.55.

The process color (four color CMYK) of #898791 color hex is 0.06, 0.07, 0.00, 0.43. Web safe color of #898791 is #999999. Color #898791 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 10010001
Octal 211 207 221
Decimal 137 135 145
Hex 89 87 91

RGB Percentages of Color #898791

%32.85
%32.37
%34.77

CMYK Percentages of Color #898791

%6
%7
%0
%43

Triadic Colors of #898791

#898791 #918987 #879189

Analogous Colors of #898791

#898791 #8e8791 #878a91

Monochromatic Colors of #898791

#898791

Complementary Color

#898791 #8f9187

#898791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#898791 Color CSS Codes

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

#898791 Text Font Color

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

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


#898791 Background Color

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

This div background color is #898791


#898791 Border Color

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

This div border color is #898791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898791


Comments

No comments written yet.

Please login to write comment.