Color Hex Logo

#897274 Color Hex

#897274
(137,114,116)
0 Favorites   0 Comments

Color spaces of #897274

RGB 137114116
HSL0.990.090.49
HSV355°17°54°
CMYK 0.000.170.15   0.46
XYZ19.486218.613919.0888
Yxy18.61390.34070.3255
Hunter Lab43.14385.11903.9681
CIE-Lab50.23249.34192.2579

#897274 color RGB value is (137,114,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110010 01110100
Octal 211 162 164
Decimal 137 114 116
Hex 89 72 74

RGB Percentages of Color #897274

%37.33
%31.06
%31.61

CMYK Percentages of Color #897274

%0
%17
%15
%46

Triadic Colors of #897274

#897274 #748972 #727489

Analogous Colors of #897274

#897274 #897c72 #897280

Monochromatic Colors of #897274

#897274

Complementary Color

#897274 #728987

#897274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#897274 Color CSS Codes

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

#897274 Text Font Color

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

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


#897274 Background Color

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

This div background color is #897274


#897274 Border Color

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

This div border color is #897274


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,114,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 #897274">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897274


Comments

No comments written yet.

Please login to write comment.