Color Hex Logo

#89386a Color Hex

#89386A
(137,56,106)
0 Favorites   0 Comments

Color spaces of #89386a

RGB 13756106
HSL0.900.420.38
HSV323°59°54°
CMYK 0.000.590.23   0.46
XYZ14.33229.187314.6536
Yxy9.18730.37550.2407
Hunter Lab30.310631.3594-7.4463
CIE-Lab36.342440.5166-12.2468

#89386a color RGB value is (137,56,106).

#89386a hex color red value is 137, green value is 56 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #89386a hue: 0.90 , saturation: 0.42 and the lightness value of 89386a is 0.38.

The process color (four color CMYK) of #89386a color hex is 0.00, 0.59, 0.23, 0.46. Web safe color of #89386a is #993366. Color #89386a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111000 01101010
Octal 211 70 152
Decimal 137 56 106
Hex 89 38 6A

RGB Percentages of Color #89386a

%45.82
%18.73
%35.45

CMYK Percentages of Color #89386a

%0
%59
%23
%46

Triadic Colors of #89386a

#89386a #6a8938 #386a89

Analogous Colors of #89386a

#89386a #893842 #803889

Monochromatic Colors of #89386a

#89386a

Complementary Color

#89386a #388957

#89386a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89386a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89386a Color CSS Codes

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

#89386a Text Font Color

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

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


#89386a Background Color

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

This div background color is #89386a


#89386a Border Color

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

This div border color is #89386a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89386a


Comments

No comments written yet.

Please login to write comment.