Color Hex Logo

#59315e Color Hex

#59315E
(89,49,94)
0 Favorites   0 Comments

Color spaces of #59315e

RGB 894994
HSL0.810.310.28
HSV293°48°37°
CMYK 0.050.480.00   0.63
XYZ7.23855.128611.1981
Yxy5.12860.30720.2176
Hunter Lab22.646417.4229-13.4650
CIE-Lab27.098026.1695-19.3970

#59315e color RGB value is (89,49,94).

#59315e hex color red value is 89, green value is 49 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #59315e hue: 0.81 , saturation: 0.31 and the lightness value of 59315e is 0.28.

The process color (four color CMYK) of #59315e color hex is 0.05, 0.48, 0.00, 0.63. Web safe color of #59315e is #663366. Color #59315e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110001 01011110
Octal 131 61 136
Decimal 89 49 94
Hex 59 31 5E

RGB Percentages of Color #59315e

%38.36
%21.12
%40.52

CMYK Percentages of Color #59315e

%5
%48
%0
%63

Triadic Colors of #59315e

#59315e #5e5931 #315e59

Analogous Colors of #59315e

#59315e #5e314d #43315e

Monochromatic Colors of #59315e

#59315e

Complementary Color

#59315e #365e31

#59315e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59315e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59315e Color CSS Codes

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

#59315e Text Font Color

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

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


#59315e Background Color

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

This div background color is #59315e


#59315e Border Color

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

This div border color is #59315e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59315e


Comments

No comments written yet.

Please login to write comment.