Color Hex Logo

#897681 Color Hex

#897681
(137,118,129)
0 Favorites   0 Comments

Color spaces of #897681

RGB 137118129
HSL0.900.070.50
HSV325°14°54°
CMYK 0.000.140.06   0.46
XYZ20.757419.860223.5082
Yxy19.86020.32370.3097
Hunter Lab44.56485.1534-0.0805
CIE-Lab51.67889.3840-3.2945

#897681 color RGB value is (137,118,129).

#897681 hex color red value is 137, green value is 118 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #897681 hue: 0.90 , saturation: 0.07 and the lightness value of 897681 is 0.50.

The process color (four color CMYK) of #897681 color hex is 0.00, 0.14, 0.06, 0.46. Web safe color of #897681 is #996699. Color #897681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110110 10000001
Octal 211 166 201
Decimal 137 118 129
Hex 89 76 81

RGB Percentages of Color #897681

%35.68
%30.73
%33.59

CMYK Percentages of Color #897681

%0
%14
%6
%46

Triadic Colors of #897681

#897681 #818976 #768189

Analogous Colors of #897681

#897681 #897678 #887689

Monochromatic Colors of #897681

#897681

Complementary Color

#897681 #76897e

#897681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897681 Color CSS Codes

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

#897681 Text Font Color

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

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


#897681 Background Color

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

This div background color is #897681


#897681 Border Color

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

This div border color is #897681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897681

#897681 Color Palettes


Comments

No comments written yet.

Please login to write comment.