Color Hex Logo

#89145a Color Hex

#89145A
(137,20,90)
0 Favorites   0 Comments

Color spaces of #89145a

RGB 1372090
HSL0.900.750.31
HSV324°85°54°
CMYK 0.000.850.34   0.46
XYZ12.41216.556910.2843
Yxy6.55690.42430.2241
Hunter Lab25.606441.7122-5.8881
CIE-Lab30.776152.0507-10.4340

#89145a color RGB value is (137,20,90).

#89145a hex color red value is 137, green value is 20 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #89145a hue: 0.90 , saturation: 0.75 and the lightness value of 89145a is 0.31.

The process color (four color CMYK) of #89145a color hex is 0.00, 0.85, 0.34, 0.46. Web safe color of #89145a is #990066. Color #89145a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010100 01011010
Octal 211 24 132
Decimal 137 20 90
Hex 89 14 5A

RGB Percentages of Color #89145a

%55.47
%8.10
%36.44

CMYK Percentages of Color #89145a

%0
%85
%34
%46

Triadic Colors of #89145a

#89145a #5a8914 #145a89

Analogous Colors of #89145a

#89145a #891420 #7e1489

Monochromatic Colors of #89145a

#89145a

Complementary Color

#89145a #148943

#89145a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89145a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89145a Color CSS Codes

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

#89145a Text Font Color

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

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


#89145a Background Color

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

This div background color is #89145a


#89145a Border Color

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

This div border color is #89145a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,20,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89145a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89145a;
  -webkit-box-shadow: 1px 1px 3px 2px #89145a;
  box-shadow:         1px 1px 3px 2px #89145a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89145a


Comments

No comments written yet.

Please login to write comment.