Color Hex Logo

#59388a Color Hex

#59388A
(89,56,138)
0 Favorites   0 Comments

Color spaces of #59388a

RGB 8956138
HSL0.730.420.38
HSV264°59°54°
CMYK 0.360.590.00   0.46
XYZ10.12146.787224.8214
Yxy6.78720.24250.1626
Hunter Lab26.052323.7565-38.2522
CIE-Lab31.317533.0394-40.5940

#59388a color RGB value is (89,56,138).

#59388a hex color red value is 89, green value is 56 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #59388a hue: 0.73 , saturation: 0.42 and the lightness value of 59388a is 0.38.

The process color (four color CMYK) of #59388a color hex is 0.36, 0.59, 0.00, 0.46. Web safe color of #59388a is #663399. Color #59388a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111000 10001010
Octal 131 70 212
Decimal 89 56 138
Hex 59 38 8A

RGB Percentages of Color #59388a

%31.45
%19.79
%48.76

CMYK Percentages of Color #59388a

%36
%59
%0
%46

Triadic Colors of #59388a

#59388a #8a5938 #388a59

Analogous Colors of #59388a

#59388a #82388a #38408a

Monochromatic Colors of #59388a

#59388a

Complementary Color

#59388a #698a38

#59388a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59388a Color Preview on White Background

Lorem ipsum dolor sit amet.

#59388a Color CSS Codes

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

#59388a Text Font Color

<p style="color:#59388a">Text here</p>

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


#59388a Background Color

<div style="background-color:#59388a">
Div content here</div>

This div background color is #59388a


#59388a Border Color

<div style="border:3px solid #59388a">
Div here</div>

This div border color is #59388a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,56,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59388a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59388a;
  -webkit-box-shadow: 1px 1px 3px 2px #59388a;
  box-shadow:         1px 1px 3px 2px #59388a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59388a


Comments

No comments written yet.

Please login to write comment.