Color Hex Logo

#89464e Color Hex

#89464E
(137,70,78)
0 Favorites   0 Comments

Color spaces of #89464e

RGB 1377078
HSL0.980.320.41
HSV353°49°54°
CMYK 0.000.490.43   0.46
XYZ13.881810.24878.4543
Yxy10.24870.42600.3145
Hunter Lab32.013621.37786.7519
CIE-Lab38.285129.32548.2715

#89464e color RGB value is (137,70,78).

#89464e hex color red value is 137, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #89464e hue: 0.98 , saturation: 0.32 and the lightness value of 89464e is 0.41.

The process color (four color CMYK) of #89464e color hex is 0.00, 0.49, 0.43, 0.46. Web safe color of #89464e is #993366. Color #89464e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 01001110
Octal 211 106 116
Decimal 137 70 78
Hex 89 46 4E

RGB Percentages of Color #89464e

%48.07
%24.56
%27.37

CMYK Percentages of Color #89464e

%0
%49
%43
%46

Triadic Colors of #89464e

#89464e #4e8946 #464e89

Analogous Colors of #89464e

#89464e #896046 #894670

Monochromatic Colors of #89464e

#89464e

Complementary Color

#89464e #468981

#89464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89464e Color CSS Codes

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

#89464e Text Font Color

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

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


#89464e Background Color

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

This div background color is #89464e


#89464e Border Color

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

This div border color is #89464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89464e


Comments

No comments written yet.

Please login to write comment.