Color Hex Logo

#895850 Color Hex

#895850
(137,88,80)
0 Favorites   0 Comments

Color spaces of #895850

RGB 1378880
HSL0.020.260.43
HSV42°54°
CMYK 0.000.360.42   0.46
XYZ15.254212.87709.2709
Yxy12.87700.40780.3443
Hunter Lab35.884513.08089.8014
CIE-Lab42.577319.230713.0086

#895850 color RGB value is (137,88,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 01010000
Octal 211 130 120
Decimal 137 88 80
Hex 89 58 50

RGB Percentages of Color #895850

%44.92
%28.85
%26.23

CMYK Percentages of Color #895850

%0
%36
%42
%46

Triadic Colors of #895850

#895850 #508958 #585089

Analogous Colors of #895850

#895850 #897550 #895065

Monochromatic Colors of #895850

#895850

Complementary Color

#895850 #508189

#895850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895850 Color CSS Codes

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

#895850 Text Font Color

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

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


#895850 Background Color

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

This div background color is #895850


#895850 Border Color

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

This div border color is #895850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895850


Comments

No comments written yet.

Please login to write comment.