Color Hex Logo

#89195a Color Hex

#89195A
(137,25,90)
0 Favorites   0 Comments

Color spaces of #89195a

RGB 1372590
HSL0.900.690.32
HSV325°82°54°
CMYK 0.000.820.34   0.46
XYZ12.50966.751810.3168
Yxy6.75180.42290.2283
Hunter Lab25.984240.4630-5.3516
CIE-Lab31.235150.7349-9.7386

#89195a color RGB value is (137,25,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011001 01011010
Octal 211 31 132
Decimal 137 25 90
Hex 89 19 5A

RGB Percentages of Color #89195a

%54.37
%9.92
%35.71

CMYK Percentages of Color #89195a

%0
%82
%34
%46

Triadic Colors of #89195a

#89195a #5a8919 #195a89

Analogous Colors of #89195a

#89195a #891922 #801989

Monochromatic Colors of #89195a

#89195a

Complementary Color

#89195a #198948

#89195a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89195a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89195a Color CSS Codes

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

#89195a Text Font Color

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

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


#89195a Background Color

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

This div background color is #89195a


#89195a Border Color

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

This div border color is #89195a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,25,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 #89195a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89195a


Comments

No comments written yet.

Please login to write comment.