Color Hex Logo

#59187d Color Hex

#59187D
(89,24,125)
0 Favorites   0 Comments

Color spaces of #59187d

RGB 8924125
HSL0.770.680.29
HSV279°81°49°
CMYK 0.290.810.00   0.51
XYZ8.14814.257819.7944
Yxy4.25780.25300.1322
Hunter Lab20.634434.3756-42.4322
CIE-Lab24.506045.8715-43.4605

#59187d color RGB value is (89,24,125).

#59187d hex color red value is 89, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #59187d hue: 0.77 , saturation: 0.68 and the lightness value of 59187d is 0.29.

The process color (four color CMYK) of #59187d color hex is 0.29, 0.81, 0.00, 0.51. Web safe color of #59187d is #660066. Color #59187d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011000 01111101
Octal 131 30 175
Decimal 89 24 125
Hex 59 18 7D

RGB Percentages of Color #59187d

%37.39
%10.08
%52.52

CMYK Percentages of Color #59187d

%29
%81
%0
%51

Triadic Colors of #59187d

#59187d #7d5918 #187d59

Analogous Colors of #59187d

#59187d #7d186f #27187d

Monochromatic Colors of #59187d

#59187d

Complementary Color

#59187d #3c7d18

#59187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59187d Color CSS Codes

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

#59187d Text Font Color

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

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


#59187d Background Color

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

This div background color is #59187d


#59187d Border Color

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

This div border color is #59187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59187d


Comments

No comments written yet.

Please login to write comment.