Color Hex Logo

#59226e Color Hex

#59226E
(89,34,110)
0 Favorites   0 Comments

Color spaces of #59226e

RGB 8934110
HSL0.790.530.28
HSV283°69°43°
CMYK 0.190.690.00   0.57
XYZ7.50634.393715.2043
Yxy4.39370.27690.1621
Hunter Lab20.961227.2398-28.3336
CIE-Lab24.932538.0859-33.1873

#59226e color RGB value is (89,34,110).

#59226e hex color red value is 89, green value is 34 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #59226e hue: 0.79 , saturation: 0.53 and the lightness value of 59226e is 0.28.

The process color (four color CMYK) of #59226e color hex is 0.19, 0.69, 0.00, 0.57. Web safe color of #59226e is #663366. Color #59226e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 01101110
Octal 131 42 156
Decimal 89 34 110
Hex 59 22 6E

RGB Percentages of Color #59226e

%38.20
%14.59
%47.21

CMYK Percentages of Color #59226e

%19
%69
%0
%57

Triadic Colors of #59226e

#59226e #6e5922 #226e59

Analogous Colors of #59226e

#59226e #6e225d #33226e

Monochromatic Colors of #59226e

#59226e

Complementary Color

#59226e #376e22

#59226e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59226e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59226e Color CSS Codes

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

#59226e Text Font Color

<p style="color:#59226e">Text here</p>

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


#59226e Background Color

<div style="background-color:#59226e">
Div content here</div>

This div background color is #59226e


#59226e Border Color

<div style="border:3px solid #59226e">
Div here</div>

This div border color is #59226e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,34,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59226e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59226e;
  -webkit-box-shadow: 1px 1px 3px 2px #59226e;
  box-shadow:         1px 1px 3px 2px #59226e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,34,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59226e


Comments

No comments written yet.

Please login to write comment.