Color Hex Logo

#895979 Color Hex

#895979
(137,89,121)
0 Favorites   0 Comments

Color spaces of #895979

RGB 13789121
HSL0.890.210.44
HSV320°35°54°
CMYK 0.000.350.12   0.46
XYZ17.340113.843619.8473
Yxy13.84360.33980.2713
Hunter Lab37.207018.0767-5.5821
CIE-Lab44.007824.9249-9.9376

#895979 color RGB value is (137,89,121).

#895979 hex color red value is 137, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #895979 hue: 0.89 , saturation: 0.21 and the lightness value of 895979 is 0.44.

The process color (four color CMYK) of #895979 color hex is 0.00, 0.35, 0.12, 0.46. Web safe color of #895979 is #996666. Color #895979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 01111001
Octal 211 131 171
Decimal 137 89 121
Hex 89 59 79

RGB Percentages of Color #895979

%39.48
%25.65
%34.87

CMYK Percentages of Color #895979

%0
%35
%12
%46

Triadic Colors of #895979

#895979 #798959 #597989

Analogous Colors of #895979

#895979 #895961 #815989

Monochromatic Colors of #895979

#895979

Complementary Color

#895979 #598969

#895979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895979 Color CSS Codes

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

#895979 Text Font Color

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

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


#895979 Background Color

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

This div background color is #895979


#895979 Border Color

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

This div border color is #895979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895979


Comments

No comments written yet.

Please login to write comment.