Color Hex Logo

#593bad Color Hex

#593BAD
(89,59,173)
0 Favorites   0 Comments

Color spaces of #593bad

RGB 8959173
HSL0.710.490.45
HSV256°66°68°
CMYK 0.490.660.00   0.32
XYZ13.22668.268940.4341
Yxy8.26890.21360.1335
Hunter Lab28.755731.7812-63.2402
CIE-Lab34.536741.2727-56.6237

#593bad color RGB value is (89,59,173).

#593bad hex color red value is 89, green value is 59 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #593bad hue: 0.71 , saturation: 0.49 and the lightness value of 593bad is 0.45.

The process color (four color CMYK) of #593bad color hex is 0.49, 0.66, 0.00, 0.32. Web safe color of #593bad is #663399. Color #593bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111011 10101101
Octal 131 73 255
Decimal 89 59 173
Hex 59 3B AD

RGB Percentages of Color #593bad

%27.73
%18.38
%53.89

CMYK Percentages of Color #593bad

%49
%66
%0
%32

Triadic Colors of #593bad

#593bad #ad593b #3bad59

Analogous Colors of #593bad

#593bad #923bad #3b56ad

Monochromatic Colors of #593bad

#593bad

Complementary Color

#593bad #8fad3b

#593bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#593bad Color CSS Codes

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

#593bad Text Font Color

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

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


#593bad Background Color

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

This div background color is #593bad


#593bad Border Color

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

This div border color is #593bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,59,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #593bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #593bad;
  -webkit-box-shadow: 1px 1px 3px 2px #593bad;
  box-shadow:         1px 1px 3px 2px #593bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593bad


Comments

No comments written yet.

Please login to write comment.