Color Hex Logo

#895154 Color Hex

#895154
(137,81,84)
0 Favorites   0 Comments

Color spaces of #895154

RGB 1378184
HSL0.990.260.43
HSV357°41°54°
CMYK 0.000.410.39   0.46
XYZ14.859211.84339.8903
Yxy11.84330.40610.3237
Hunter Lab34.414116.84747.0505
CIE-Lab40.966023.81038.3130

#895154 color RGB value is (137,81,84).

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

The process color (four color CMYK) of #895154 color hex is 0.00, 0.41, 0.39, 0.46. Web safe color of #895154 is #996666. Color #895154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010001 01010100
Octal 211 121 124
Decimal 137 81 84
Hex 89 51 54

RGB Percentages of Color #895154

%45.36
%26.82
%27.81

CMYK Percentages of Color #895154

%0
%41
%39
%46

Triadic Colors of #895154

#895154 #548951 #515489

Analogous Colors of #895154

#895154 #896a51 #895170

Monochromatic Colors of #895154

#895154

Complementary Color

#895154 #518986

#895154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#895154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#895154 Color CSS Codes

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

#895154 Text Font Color

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

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


#895154 Background Color

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

This div background color is #895154


#895154 Border Color

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

This div border color is #895154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #895154


Comments

No comments written yet.

Please login to write comment.