Color Hex Logo

#89496e Color Hex

#89496E
(137,73,110)
0 Favorites   0 Comments

Color spaces of #89496e

RGB 13773110
HSL0.900.300.41
HSV325°47°54°
CMYK 0.000.470.20   0.46
XYZ15.513511.209216.0978
Yxy11.20920.36230.2618
Hunter Lab33.480124.1203-5.0715
CIE-Lab39.930632.1700-9.3224

#89496e color RGB value is (137,73,110).

#89496e hex color red value is 137, green value is 73 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #89496e hue: 0.90 , saturation: 0.30 and the lightness value of 89496e is 0.41.

The process color (four color CMYK) of #89496e color hex is 0.00, 0.47, 0.20, 0.46. Web safe color of #89496e is #993366. Color #89496e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001001 01101110
Octal 211 111 156
Decimal 137 73 110
Hex 89 49 6E

RGB Percentages of Color #89496e

%42.81
%22.81
%34.38

CMYK Percentages of Color #89496e

%0
%47
%20
%46

Triadic Colors of #89496e

#89496e #6e8949 #496e89

Analogous Colors of #89496e

#89496e #89494e #844989

Monochromatic Colors of #89496e

#89496e

Complementary Color

#89496e #498964

#89496e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89496e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89496e Color CSS Codes

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

#89496e Text Font Color

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

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


#89496e Background Color

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

This div background color is #89496e


#89496e Border Color

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

This div border color is #89496e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,73,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89496e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89496e;
  -webkit-box-shadow: 1px 1px 3px 2px #89496e;
  box-shadow:         1px 1px 3px 2px #89496e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89496e


Comments

No comments written yet.

Please login to write comment.