Color Hex Logo

#895968 Color Hex

#895968
(137,89,104)
0 Favorites   0 Comments

Color spaces of #895968

RGB 13789104
HSL0.950.210.44
HSV341°35°54°
CMYK 0.000.350.24   0.46
XYZ16.387613.462614.8315
Yxy13.46260.36680.3013
Hunter Lab36.691415.51401.7176
CIE-Lab43.452222.0294-0.4017

#895968 color RGB value is (137,89,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011001 01101000
Octal 211 131 150
Decimal 137 89 104
Hex 89 59 68

RGB Percentages of Color #895968

%41.52
%26.97
%31.52

CMYK Percentages of Color #895968

%0
%35
%24
%46

Triadic Colors of #895968

#895968 #688959 #596889

Analogous Colors of #895968

#895968 #896259 #895980

Monochromatic Colors of #895968

#895968

Complementary Color

#895968 #59897a

#895968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895968 Color CSS Codes

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

#895968 Text Font Color

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

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


#895968 Background Color

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

This div background color is #895968


#895968 Border Color

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

This div border color is #895968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895968


Comments

No comments written yet.

Please login to write comment.