Color Hex Logo

#59228c Color Hex

#59228C
(89,34,140)
0 Favorites   0 Comments

Color spaces of #59228c

RGB 8934140
HSL0.750.610.34
HSV271°76°55°
CMYK 0.360.760.00   0.45
XYZ9.42555.161425.3104
Yxy5.16140.23620.1294
Hunter Lab22.718734.2980-50.1505
CIE-Lab27.189745.2704-48.5079

#59228c color RGB value is (89,34,140).

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

The process color (four color CMYK) of #59228c color hex is 0.36, 0.76, 0.00, 0.45. Web safe color of #59228c is #663399. Color #59228c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 10001100
Octal 131 42 214
Decimal 89 34 140
Hex 59 22 8C

RGB Percentages of Color #59228c

%33.84
%12.93
%53.23

CMYK Percentages of Color #59228c

%36
%76
%0
%45

Triadic Colors of #59228c

#59228c #8c5922 #228c59

Analogous Colors of #59228c

#59228c #8c228a #24228c

Monochromatic Colors of #59228c

#59228c

Complementary Color

#59228c #558c22

#59228c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59228c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59228c Color CSS Codes

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

#59228c Text Font Color

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

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


#59228c Background Color

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

This div background color is #59228c


#59228c Border Color

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

This div border color is #59228c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59228c


Comments

No comments written yet.

Please login to write comment.