Color Hex Logo

#59216a Color Hex

#59216A
(89,33,106)
0 Favorites   0 Comments

Color spaces of #59216a

RGB 8933106
HSL0.790.530.27
HSV286°69°42°
CMYK 0.160.690.00   0.58
XYZ7.26524.252214.0735
Yxy4.25220.28390.1662
Hunter Lab20.620926.8031-26.0301
CIE-Lab24.488337.6788-31.3143

#59216a color RGB value is (89,33,106).

#59216a hex color red value is 89, green value is 33 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #59216a hue: 0.79 , saturation: 0.53 and the lightness value of 59216a is 0.27.

The process color (four color CMYK) of #59216a color hex is 0.16, 0.69, 0.00, 0.58. Web safe color of #59216a is #663366. Color #59216a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100001 01101010
Octal 131 41 152
Decimal 89 33 106
Hex 59 21 6A

RGB Percentages of Color #59216a

%39.04
%14.47
%46.49

CMYK Percentages of Color #59216a

%16
%69
%0
%58

Triadic Colors of #59216a

#59216a #6a5921 #216a59

Analogous Colors of #59216a

#59216a #6a2157 #34216a

Monochromatic Colors of #59216a

#59216a

Complementary Color

#59216a #326a21

#59216a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59216a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59216a Color CSS Codes

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

#59216a Text Font Color

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

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


#59216a Background Color

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

This div background color is #59216a


#59216a Border Color

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

This div border color is #59216a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59216a


Comments

No comments written yet.

Please login to write comment.