Color Hex Logo

#895e6c Color Hex

#895E6C
(137,94,108)
0 Favorites   0 Comments

Color spaces of #895e6c

RGB 13794108
HSL0.950.190.45
HSV340°31°54°
CMYK 0.000.310.21   0.46
XYZ17.026014.406516.0707
Yxy14.40650.35840.3033
Hunter Lab37.955913.64751.4655
CIE-Lab44.810319.7429-0.8497

#895e6c color RGB value is (137,94,108).

#895e6c hex color red value is 137, green value is 94 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #895e6c hue: 0.95 , saturation: 0.19 and the lightness value of 895e6c is 0.45.

The process color (four color CMYK) of #895e6c color hex is 0.00, 0.31, 0.21, 0.46. Web safe color of #895e6c is #996666. Color #895e6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011110 01101100
Octal 211 136 154
Decimal 137 94 108
Hex 89 5E 6C

RGB Percentages of Color #895e6c

%40.41
%27.73
%31.86

CMYK Percentages of Color #895e6c

%0
%31
%21
%46

Triadic Colors of #895e6c

#895e6c #6c895e #5e6c89

Analogous Colors of #895e6c

#895e6c #89665e #895e82

Monochromatic Colors of #895e6c

#895e6c

Complementary Color

#895e6c #5e897b

#895e6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895e6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#895e6c Color CSS Codes

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

#895e6c Text Font Color

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

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


#895e6c Background Color

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

This div background color is #895e6c


#895e6c Border Color

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

This div border color is #895e6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,94,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #895e6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #895e6c;
  -webkit-box-shadow: 1px 1px 3px 2px #895e6c;
  box-shadow:         1px 1px 3px 2px #895e6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895e6c


Comments

No comments written yet.

Please login to write comment.