Color Hex Logo

#59095e Color Hex

#59095E
(89,9,94)
0 Favorites   0 Comments

Color spaces of #59095e

RGB 89994
HSL0.820.830.20
HSV296°90°37°
CMYK 0.050.900.00   0.63
XYZ6.23793.127410.8645
Yxy3.12740.30840.1546
Hunter Lab17.684532.0151-24.0459
CIE-Lab20.547144.1529-29.7519

#59095e color RGB value is (89,9,94).

#59095e hex color red value is 89, green value is 9 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #59095e hue: 0.82 , saturation: 0.83 and the lightness value of 59095e is 0.20.

The process color (four color CMYK) of #59095e color hex is 0.05, 0.90, 0.00, 0.63. Web safe color of #59095e is #660066. Color #59095e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001001 01011110
Octal 131 11 136
Decimal 89 9 94
Hex 59 9 5E

RGB Percentages of Color #59095e

%46.35
%4.69
%48.96

CMYK Percentages of Color #59095e

%5
%90
%0
%63

Triadic Colors of #59095e

#59095e #5e5909 #095e59

Analogous Colors of #59095e

#59095e #5e0939 #2f095e

Monochromatic Colors of #59095e

#59095e

Complementary Color

#59095e #0e5e09

#59095e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59095e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59095e Color CSS Codes

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

#59095e Text Font Color

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

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


#59095e Background Color

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

This div background color is #59095e


#59095e Border Color

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

This div border color is #59095e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59095e


Comments

No comments written yet.

Please login to write comment.