Color Hex Logo

#59224e Color Hex

#59224E
(89,34,78)
0 Favorites   0 Comments

Color spaces of #59224e

RGB 893478
HSL0.870.450.24
HSV312°62°35°
CMYK 0.000.620.12   0.65
XYZ6.06703.81807.6249
Yxy3.81800.34650.2180
Hunter Lab19.539721.2291-9.4587
CIE-Lab23.060431.4606-15.0913

#59224e color RGB value is (89,34,78).

#59224e hex color red value is 89, green value is 34 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #59224e hue: 0.87 , saturation: 0.45 and the lightness value of 59224e is 0.24.

The process color (four color CMYK) of #59224e color hex is 0.00, 0.62, 0.12, 0.65. Web safe color of #59224e is #663366. Color #59224e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 01001110
Octal 131 42 116
Decimal 89 34 78
Hex 59 22 4E

RGB Percentages of Color #59224e

%44.28
%16.92
%38.81

CMYK Percentages of Color #59224e

%0
%62
%12
%65

Triadic Colors of #59224e

#59224e #4e5922 #224e59

Analogous Colors of #59224e

#59224e #592233 #492259

Monochromatic Colors of #59224e

#59224e

Complementary Color

#59224e #22592d

#59224e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59224e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59224e Color CSS Codes

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

#59224e Text Font Color

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

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


#59224e Background Color

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

This div background color is #59224e


#59224e Border Color

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

This div border color is #59224e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59224e


Comments

No comments written yet.

Please login to write comment.