Color Hex Logo

#59116b Color Hex

#59116B
(89,17,107)
0 Favorites   0 Comments

Color spaces of #59116b

RGB 8917107
HSL0.800.730.24
HSV288°84°42°
CMYK 0.170.840.00   0.58
XYZ6.97413.586314.2346
Yxy3.58630.28130.1446
Hunter Lab18.937532.5953-31.3097
CIE-Lab22.253744.4378-35.5513

#59116b color RGB value is (89,17,107).

#59116b hex color red value is 89, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #59116b hue: 0.80 , saturation: 0.73 and the lightness value of 59116b is 0.24.

The process color (four color CMYK) of #59116b color hex is 0.17, 0.84, 0.00, 0.58. Web safe color of #59116b is #660066. Color #59116b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010001 01101011
Octal 131 21 153
Decimal 89 17 107
Hex 59 11 6B

RGB Percentages of Color #59116b

%41.78
%7.98
%50.23

CMYK Percentages of Color #59116b

%17
%84
%0
%58

Triadic Colors of #59116b

#59116b #6b5911 #116b59

Analogous Colors of #59116b

#59116b #6b1150 #2c116b

Monochromatic Colors of #59116b

#59116b

Complementary Color

#59116b #236b11

#59116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59116b Color CSS Codes

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

#59116b Text Font Color

<p style="color:#59116b">Text here</p>

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


#59116b Background Color

<div style="background-color:#59116b">
Div content here</div>

This div background color is #59116b


#59116b Border Color

<div style="border:3px solid #59116b">
Div here</div>

This div border color is #59116b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,17,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59116b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59116b;
  -webkit-box-shadow: 1px 1px 3px 2px #59116b;
  box-shadow:         1px 1px 3px 2px #59116b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59116b


Comments

No comments written yet.

Please login to write comment.