Color Hex Logo

#895176 Color Hex

#895176
(137,81,118)
0 Favorites   0 Comments

Color spaces of #895176

RGB 13781118
HSL0.890.260.43
HSV320°41°54°
CMYK 0.000.410.14   0.46
XYZ16.529012.511218.6833
Yxy12.51120.34630.2622
Hunter Lab35.371221.5137-6.5576
CIE-Lab42.017329.0122-11.1078

#895176 color RGB value is (137,81,118).

#895176 hex color red value is 137, green value is 81 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #895176 hue: 0.89 , saturation: 0.26 and the lightness value of 895176 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01110110
Octal 211 121 166
Decimal 137 81 118
Hex 89 51 76

RGB Percentages of Color #895176

%40.77
%24.11
%35.12

CMYK Percentages of Color #895176

%0
%41
%14
%46

Triadic Colors of #895176

#895176 #768951 #517689

Analogous Colors of #895176

#895176 #89515a #805189

Monochromatic Colors of #895176

#895176

Complementary Color

#895176 #518964

#895176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895176 Color CSS Codes

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

#895176 Text Font Color

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

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


#895176 Background Color

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

This div background color is #895176


#895176 Border Color

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

This div border color is #895176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895176


Comments

No comments written yet.

Please login to write comment.