Color Hex Logo

#59228a Color Hex

#59228A
(89,34,138)
0 Favorites   0 Comments

Color spaces of #59228a

RGB 8934138
HSL0.750.600.34
HSV272°75°54°
CMYK 0.360.750.00   0.46
XYZ9.27935.102924.5406
Yxy5.10290.23840.1311
Hunter Lab22.589633.7920-48.5980
CIE-Lab27.025944.7736-47.5307

#59228a color RGB value is (89,34,138).

#59228a hex color red value is 89, green value is 34 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59228a hue: 0.75 , saturation: 0.60 and the lightness value of 59228a is 0.34.

The process color (four color CMYK) of #59228a color hex is 0.36, 0.75, 0.00, 0.46. Web safe color of #59228a is #663399. Color #59228a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 10001010
Octal 131 42 212
Decimal 89 34 138
Hex 59 22 8A

RGB Percentages of Color #59228a

%34.10
%13.03
%52.87

CMYK Percentages of Color #59228a

%36
%75
%0
%46

Triadic Colors of #59228a

#59228a #8a5922 #228a59

Analogous Colors of #59228a

#59228a #8a2287 #25228a

Monochromatic Colors of #59228a

#59228a

Complementary Color

#59228a #538a22

#59228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59228a Color CSS Codes

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

#59228a Text Font Color

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

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


#59228a Background Color

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

This div background color is #59228a


#59228a Border Color

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

This div border color is #59228a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59228a


Comments

No comments written yet.

Please login to write comment.