Color Hex Logo

#59257d Color Hex

#59257D
(89,37,125)
0 Favorites   0 Comments

Color spaces of #59257d

RGB 8937125
HSL0.770.540.32
HSV275°70°49°
CMYK 0.290.700.00   0.51
XYZ8.48314.927719.9061
Yxy4.92770.25460.1479
Hunter Lab22.198429.3663-37.6285
CIE-Lab26.527840.1380-40.1874

#59257d color RGB value is (89,37,125).

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

The process color (four color CMYK) of #59257d color hex is 0.29, 0.70, 0.00, 0.51. Web safe color of #59257d is #663366. Color #59257d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100101 01111101
Octal 131 45 175
Decimal 89 37 125
Hex 59 25 7D

RGB Percentages of Color #59257d

%35.46
%14.74
%49.80

CMYK Percentages of Color #59257d

%29
%70
%0
%51

Triadic Colors of #59257d

#59257d #7d5925 #257d59

Analogous Colors of #59257d

#59257d #7d2575 #2d257d

Monochromatic Colors of #59257d

#59257d

Complementary Color

#59257d #497d25

#59257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59257d Color CSS Codes

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

#59257d Text Font Color

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

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


#59257d Background Color

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

This div background color is #59257d


#59257d Border Color

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

This div border color is #59257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59257d


Comments

No comments written yet.

Please login to write comment.