Color Hex Logo

#895974 Color Hex

#895974
(137,89,116)
0 Favorites   0 Comments

Color spaces of #895974

RGB 13789116
HSL0.910.210.44
HSV326°35°54°
CMYK 0.000.350.15   0.46
XYZ17.041313.724118.2738
Yxy13.72410.34750.2799
Hunter Lab37.046117.2800-3.3139
CIE-Lab43.834624.0330-7.1565

#895974 color RGB value is (137,89,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 01110100
Octal 211 131 164
Decimal 137 89 116
Hex 89 59 74

RGB Percentages of Color #895974

%40.06
%26.02
%33.92

CMYK Percentages of Color #895974

%0
%35
%15
%46

Triadic Colors of #895974

#895974 #748959 #597489

Analogous Colors of #895974

#895974 #89595c #865989

Monochromatic Colors of #895974

#895974

Complementary Color

#895974 #59896e

#895974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895974 Color CSS Codes

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

#895974 Text Font Color

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

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


#895974 Background Color

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

This div background color is #895974


#895974 Border Color

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

This div border color is #895974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895974


Comments

No comments written yet.

Please login to write comment.