Color Hex Logo

#89568a Color Hex

#89568A
(137,86,138)
0 Favorites   0 Comments

Color spaces of #89568a

RGB 13786138
HSL0.830.230.44
HSV299°38°54°
CMYK 0.010.380.00   0.46
XYZ18.231813.808925.7492
Yxy13.80890.31550.2390
Hunter Lab37.160322.5461-15.0711
CIE-Lab43.957629.9211-20.3043

#89568a color RGB value is (137,86,138).

#89568a hex color red value is 137, green value is 86 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #89568a hue: 0.83 , saturation: 0.23 and the lightness value of 89568a is 0.44.

The process color (four color CMYK) of #89568a color hex is 0.01, 0.38, 0.00, 0.46. Web safe color of #89568a is #996699. Color #89568a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010110 10001010
Octal 211 126 212
Decimal 137 86 138
Hex 89 56 8A

RGB Percentages of Color #89568a

%37.95
%23.82
%38.23

CMYK Percentages of Color #89568a

%1
%38
%0
%46

Triadic Colors of #89568a

#89568a #8a8956 #568a89

Analogous Colors of #89568a

#89568a #8a5671 #6f568a

Monochromatic Colors of #89568a

#89568a

Complementary Color

#89568a #578a56

#89568a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89568a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89568a Color CSS Codes

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

#89568a Text Font Color

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

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


#89568a Background Color

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

This div background color is #89568a


#89568a Border Color

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

This div border color is #89568a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89568a


Comments

No comments written yet.

Please login to write comment.