Color Hex Logo

#593780 Color Hex

#593780
(89,55,128)
0 Favorites   0 Comments

Color spaces of #593780

RGB 8955128
HSL0.740.400.36
HSV268°57°50°
CMYK 0.300.570.00   0.50
XYZ9.38236.414721.1657
Yxy6.41470.25380.1735
Hunter Lab25.327321.8013-31.8189
CIE-Lab30.435530.9259-35.7954

#593780 color RGB value is (89,55,128).

#593780 hex color red value is 89, green value is 55 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #593780 hue: 0.74 , saturation: 0.40 and the lightness value of 593780 is 0.36.

The process color (four color CMYK) of #593780 color hex is 0.30, 0.57, 0.00, 0.50. Web safe color of #593780 is #663399. Color #593780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110111 10000000
Octal 131 67 200
Decimal 89 55 128
Hex 59 37 80

RGB Percentages of Color #593780

%32.72
%20.22
%47.06

CMYK Percentages of Color #593780

%30
%57
%0
%50

Triadic Colors of #593780

#593780 #805937 #378059

Analogous Colors of #593780

#593780 #7e3780 #373a80

Monochromatic Colors of #593780

#593780

Complementary Color

#593780 #5e8037

#593780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593780 Color CSS Codes

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

#593780 Text Font Color

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

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


#593780 Background Color

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

This div background color is #593780


#593780 Border Color

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

This div border color is #593780


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,55,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593780; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593780;
  -webkit-box-shadow: 1px 1px 3px 2px #593780;
  box-shadow:         1px 1px 3px 2px #593780; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593780


Comments

No comments written yet.

Please login to write comment.