Color Hex Logo

#895767 Color Hex

#895767
(137,87,103)
0 Favorites   0 Comments

Color spaces of #895767

RGB 13787103
HSL0.950.220.44
HSV341°36°54°
CMYK 0.000.360.25   0.46
XYZ16.172913.114014.5108
Yxy13.11400.36930.2994
Hunter Lab36.213316.34521.5915
CIE-Lab42.934523.0400-0.5471

#895767 color RGB value is (137,87,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010111 01100111
Octal 211 127 147
Decimal 137 87 103
Hex 89 57 67

RGB Percentages of Color #895767

%41.90
%26.61
%31.50

CMYK Percentages of Color #895767

%0
%36
%25
%46

Triadic Colors of #895767

#895767 #678957 #576789

Analogous Colors of #895767

#895767 #896057 #895780

Monochromatic Colors of #895767

#895767

Complementary Color

#895767 #578979

#895767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895767 Color CSS Codes

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

#895767 Text Font Color

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

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


#895767 Background Color

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

This div background color is #895767


#895767 Border Color

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

This div border color is #895767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895767


Comments

No comments written yet.

Please login to write comment.