Color Hex Logo

#59467d Color Hex

#59467D
(89,70,125)
0 Favorites   0 Comments

Color spaces of #59467d

RGB 8970125
HSL0.720.280.38
HSV261°44°49°
CMYK 0.290.440.00   0.51
XYZ10.01177.984820.4156
Yxy7.98480.26060.2079
Hunter Lab28.257413.7928-23.0561
CIE-Lab33.951220.8278-28.3487

#59467d color RGB value is (89,70,125).

#59467d hex color red value is 89, green value is 70 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #59467d hue: 0.72 , saturation: 0.28 and the lightness value of 59467d is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 01111101
Octal 131 106 175
Decimal 89 70 125
Hex 59 46 7D

RGB Percentages of Color #59467d

%31.34
%24.65
%44.01

CMYK Percentages of Color #59467d

%29
%44
%0
%51

Triadic Colors of #59467d

#59467d #7d5946 #467d59

Analogous Colors of #59467d

#59467d #75467d #464f7d

Monochromatic Colors of #59467d

#59467d

Complementary Color

#59467d #6a7d46

#59467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59467d Color CSS Codes

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

#59467d Text Font Color

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

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


#59467d Background Color

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

This div background color is #59467d


#59467d Border Color

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

This div border color is #59467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59467d


Comments

No comments written yet.

Please login to write comment.