Color Hex Logo

#89345e Color Hex

#89345E
(137,52,94)
0 Favorites   0 Comments

Color spaces of #89345e

RGB 1375294
HSL0.920.450.37
HSV330°62°54°
CMYK 0.000.620.31   0.46
XYZ13.56498.582511.5313
Yxy8.58250.40280.2548
Hunter Lab29.295931.3831-2.8303
CIE-Lab35.167740.7435-6.4041

#89345e color RGB value is (137,52,94).

#89345e hex color red value is 137, green value is 52 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #89345e hue: 0.92 , saturation: 0.45 and the lightness value of 89345e is 0.37.

The process color (four color CMYK) of #89345e color hex is 0.00, 0.62, 0.31, 0.46. Web safe color of #89345e is #993366. Color #89345e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110100 01011110
Octal 211 64 136
Decimal 137 52 94
Hex 89 34 5E

RGB Percentages of Color #89345e

%48.41
%18.37
%33.22

CMYK Percentages of Color #89345e

%0
%62
%31
%46

Triadic Colors of #89345e

#89345e #5e8934 #345e89

Analogous Colors of #89345e

#89345e #893534 #893489

Monochromatic Colors of #89345e

#89345e

Complementary Color

#89345e #34895f

#89345e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89345e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89345e Color CSS Codes

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

#89345e Text Font Color

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

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


#89345e Background Color

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

This div background color is #89345e


#89345e Border Color

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

This div border color is #89345e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89345e


Comments

No comments written yet.

Please login to write comment.