Color Hex Logo

#896b7d Color Hex

#896B7D
(137,107,125)
0 Favorites   0 Comments

Color spaces of #896b7d

RGB 137107125
HSL0.900.120.48
HSV324°22°54°
CMYK 0.000.220.09   0.46
XYZ19.275917.314421.7281
Yxy17.31440.33050.2969
Hunter Lab41.61069.8708-1.8325
CIE-Lab48.653815.0819-5.4018

#896b7d color RGB value is (137,107,125).

#896b7d hex color red value is 137, green value is 107 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #896b7d hue: 0.90 , saturation: 0.12 and the lightness value of 896b7d is 0.48.

The process color (four color CMYK) of #896b7d color hex is 0.00, 0.22, 0.09, 0.46. Web safe color of #896b7d is #996666. Color #896b7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101011 01111101
Octal 211 153 175
Decimal 137 107 125
Hex 89 6B 7D

RGB Percentages of Color #896b7d

%37.13
%29.00
%33.88

CMYK Percentages of Color #896b7d

%0
%22
%9
%46

Triadic Colors of #896b7d

#896b7d #7d896b #6b7d89

Analogous Colors of #896b7d

#896b7d #896b6e #866b89

Monochromatic Colors of #896b7d

#896b7d

Complementary Color

#896b7d #6b8977

#896b7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896b7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#896b7d Color CSS Codes

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

#896b7d Text Font Color

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

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


#896b7d Background Color

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

This div background color is #896b7d


#896b7d Border Color

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

This div border color is #896b7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,107,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896b7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896b7d;
  -webkit-box-shadow: 1px 1px 3px 2px #896b7d;
  box-shadow:         1px 1px 3px 2px #896b7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896b7d


Comments

No comments written yet.

Please login to write comment.