Color Hex Logo

#59156d Color Hex

#59156D
(89,21,109)
0 Favorites   0 Comments

Color spaces of #59156d

RGB 8921109
HSL0.800.680.25
HSV286°81°43°
CMYK 0.180.810.00   0.57
XYZ7.14833.764314.8178
Yxy3.76430.27780.1463
Hunter Lab19.401831.8125-31.7005
CIE-Lab22.876443.4823-35.8455

#59156d color RGB value is (89,21,109).

#59156d hex color red value is 89, green value is 21 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #59156d hue: 0.80 , saturation: 0.68 and the lightness value of 59156d is 0.25.

The process color (four color CMYK) of #59156d color hex is 0.18, 0.81, 0.00, 0.57. Web safe color of #59156d is #660066. Color #59156d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010101 01101101
Octal 131 25 155
Decimal 89 21 109
Hex 59 15 6D

RGB Percentages of Color #59156d

%40.64
%9.59
%49.77

CMYK Percentages of Color #59156d

%18
%81
%0
%57

Triadic Colors of #59156d

#59156d #6d5915 #156d59

Analogous Colors of #59156d

#59156d #6d1555 #2d156d

Monochromatic Colors of #59156d

#59156d

Complementary Color

#59156d #296d15

#59156d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59156d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59156d Color CSS Codes

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

#59156d Text Font Color

<p style="color:#59156d">Text here</p>

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


#59156d Background Color

<div style="background-color:#59156d">
Div content here</div>

This div background color is #59156d


#59156d Border Color

<div style="border:3px solid #59156d">
Div here</div>

This div border color is #59156d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,21,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59156d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59156d;
  -webkit-box-shadow: 1px 1px 3px 2px #59156d;
  box-shadow:         1px 1px 3px 2px #59156d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59156d


Comments

No comments written yet.

Please login to write comment.