Color Hex Logo

#895765 Color Hex

#895765
(137,87,101)
0 Favorites   0 Comments

Color spaces of #895765

RGB 13787101
HSL0.950.220.44
HSV343°36°54°
CMYK 0.000.360.26   0.46
XYZ16.073713.074313.9883
Yxy13.07430.37260.3031
Hunter Lab36.158416.07242.3739
CIE-Lab42.875022.72900.5915

#895765 color RGB value is (137,87,101).

#895765 hex color red value is 137, green value is 87 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #895765 hue: 0.95 , saturation: 0.22 and the lightness value of 895765 is 0.44.

The process color (four color CMYK) of #895765 color hex is 0.00, 0.36, 0.26, 0.46. Web safe color of #895765 is #996666. Color #895765 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 01100101
Octal 211 127 145
Decimal 137 87 101
Hex 89 57 65

RGB Percentages of Color #895765

%42.15
%26.77
%31.08

CMYK Percentages of Color #895765

%0
%36
%26
%46

Triadic Colors of #895765

#895765 #658957 #576589

Analogous Colors of #895765

#895765 #896257 #89577e

Monochromatic Colors of #895765

#895765

Complementary Color

#895765 #57897b

#895765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895765 Color CSS Codes

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

#895765 Text Font Color

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

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


#895765 Background Color

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

This div background color is #895765


#895765 Border Color

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

This div border color is #895765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895765


Comments

No comments written yet.

Please login to write comment.