Color Hex Logo

#59284e Color Hex

#59284E
(89,40,78)
0 Favorites   0 Comments

Color spaces of #59284e

RGB 894078
HSL0.870.380.25
HSV313°55°35°
CMYK 0.000.550.12   0.65
XYZ6.25384.19157.6872
Yxy4.19150.34490.2312
Hunter Lab20.473218.6972-7.9308
CIE-Lab24.294728.1705-13.1872

#59284e color RGB value is (89,40,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101000 01001110
Octal 131 50 116
Decimal 89 40 78
Hex 59 28 4E

RGB Percentages of Color #59284e

%43.00
%19.32
%37.68

CMYK Percentages of Color #59284e

%0
%55
%12
%65

Triadic Colors of #59284e

#59284e #4e5928 #284e59

Analogous Colors of #59284e

#59284e #592836 #4c2859

Monochromatic Colors of #59284e

#59284e

Complementary Color

#59284e #285933

#59284e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59284e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59284e Color CSS Codes

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

#59284e Text Font Color

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

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


#59284e Background Color

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

This div background color is #59284e


#59284e Border Color

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

This div border color is #59284e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59284e


Comments

No comments written yet.

Please login to write comment.