Color Hex Logo

#895661 Color Hex

#895661
(137,86,97)
0 Favorites   0 Comments

Color spaces of #895661

RGB 1378697
HSL0.960.230.44
HSV347°37°54°
CMYK 0.000.370.29   0.46
XYZ15.802012.837012.9542
Yxy12.83700.37990.3086
Hunter Lab35.828816.02573.6433
CIE-Lab42.516622.70692.5243

#895661 color RGB value is (137,86,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 01100001
Octal 211 126 141
Decimal 137 86 97
Hex 89 56 61

RGB Percentages of Color #895661

%42.81
%26.88
%30.31

CMYK Percentages of Color #895661

%0
%37
%29
%46

Triadic Colors of #895661

#895661 #618956 #566189

Analogous Colors of #895661

#895661 #896556 #89567b

Monochromatic Colors of #895661

#895661

Complementary Color

#895661 #56897e

#895661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895661 Color CSS Codes

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

#895661 Text Font Color

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

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


#895661 Background Color

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

This div background color is #895661


#895661 Border Color

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

This div border color is #895661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895661


Comments

No comments written yet.

Please login to write comment.