Color Hex Logo

#895676 Color Hex

#895676
(137,86,118)
0 Favorites   0 Comments

Color spaces of #895676

RGB 13786118
HSL0.900.230.44
HSV322°37°54°
CMYK 0.000.370.14   0.46
XYZ16.914313.281918.8117
Yxy13.28190.34510.2710
Hunter Lab36.444319.0666-5.0930
CIE-Lab43.185026.1312-9.3486

#895676 color RGB value is (137,86,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 01110110
Octal 211 126 166
Decimal 137 86 118
Hex 89 56 76

RGB Percentages of Color #895676

%40.18
%25.22
%34.60

CMYK Percentages of Color #895676

%0
%37
%14
%46

Triadic Colors of #895676

#895676 #768956 #567689

Analogous Colors of #895676

#895676 #89565d #835689

Monochromatic Colors of #895676

#895676

Complementary Color

#895676 #568969

#895676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895676 Color CSS Codes

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

#895676 Text Font Color

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

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


#895676 Background Color

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

This div background color is #895676


#895676 Border Color

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

This div border color is #895676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895676


Comments

No comments written yet.

Please login to write comment.