Color Hex Logo

#896176 Color Hex

#896176
(137,97,118)
0 Favorites   0 Comments

Color spaces of #896176

RGB 13797118
HSL0.910.170.46
HSV329°29°54°
CMYK 0.000.290.14   0.46
XYZ17.861215.175819.1274
Yxy15.17580.34240.2909
Hunter Lab38.956113.6682-1.8420
CIE-Lab45.874019.6934-5.3319

#896176 color RGB value is (137,97,118).

#896176 hex color red value is 137, green value is 97 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #896176 hue: 0.91 , saturation: 0.17 and the lightness value of 896176 is 0.46.

The process color (four color CMYK) of #896176 color hex is 0.00, 0.29, 0.14, 0.46. Web safe color of #896176 is #996666. Color #896176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01100001 01110110
Octal 211 141 166
Decimal 137 97 118
Hex 89 61 76

RGB Percentages of Color #896176

%38.92
%27.56
%33.52

CMYK Percentages of Color #896176

%0
%29
%14
%46

Triadic Colors of #896176

#896176 #768961 #617689

Analogous Colors of #896176

#896176 #896162 #886189

Monochromatic Colors of #896176

#896176

Complementary Color

#896176 #618974

#896176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896176 Color CSS Codes

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

#896176 Text Font Color

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

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


#896176 Background Color

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

This div background color is #896176


#896176 Border Color

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

This div border color is #896176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896176


Comments

No comments written yet.

Please login to write comment.