Color Hex Logo

#897074 Color Hex

#897074
(137,112,116)
0 Favorites   0 Comments

Color spaces of #897074

RGB 137112116
HSL0.970.100.49
HSV350°18°54°
CMYK 0.000.180.15   0.46
XYZ19.263118.167719.0144
Yxy18.16770.34130.3219
Hunter Lab42.62366.07923.3872
CIE-Lab49.698910.51201.4836

#897074 color RGB value is (137,112,116).

#897074 hex color red value is 137, green value is 112 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #897074 hue: 0.97 , saturation: 0.10 and the lightness value of 897074 is 0.49.

The process color (four color CMYK) of #897074 color hex is 0.00, 0.18, 0.15, 0.46. Web safe color of #897074 is #996666. Color #897074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110000 01110100
Octal 211 160 164
Decimal 137 112 116
Hex 89 70 74

RGB Percentages of Color #897074

%37.53
%30.68
%31.78

CMYK Percentages of Color #897074

%0
%18
%15
%46

Triadic Colors of #897074

#897074 #748970 #707489

Analogous Colors of #897074

#897074 #897970 #897081

Monochromatic Colors of #897074

#897074

Complementary Color

#897074 #708985

#897074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897074 Color CSS Codes

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

#897074 Text Font Color

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

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


#897074 Background Color

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

This div background color is #897074


#897074 Border Color

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

This div border color is #897074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897074


Comments

No comments written yet.

Please login to write comment.