Color Hex Logo

#593fa4 Color Hex

#593FA4
(89,63,164)
0 Favorites   0 Comments

Color spaces of #593fa4

RGB 8963164
HSL0.710.440.45
HSV255°62°64°
CMYK 0.460.620.00   0.36
XYZ12.59828.359236.0714
Yxy8.35920.22090.1466
Hunter Lab28.912327.1829-53.7325
CIE-Lab34.720036.3125-50.9394

#593fa4 color RGB value is (89,63,164).

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

The process color (four color CMYK) of #593fa4 color hex is 0.46, 0.62, 0.00, 0.36. Web safe color of #593fa4 is #663399. Color #593fa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111111 10100100
Octal 131 77 244
Decimal 89 63 164
Hex 59 3F A4

RGB Percentages of Color #593fa4

%28.16
%19.94
%51.90

CMYK Percentages of Color #593fa4

%46
%62
%0
%36

Triadic Colors of #593fa4

#593fa4 #a4593f #3fa459

Analogous Colors of #593fa4

#593fa4 #8c3fa4 #3f58a4

Monochromatic Colors of #593fa4

#593fa4

Complementary Color

#593fa4 #8aa43f

#593fa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593fa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593fa4 Color CSS Codes

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

#593fa4 Text Font Color

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

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


#593fa4 Background Color

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

This div background color is #593fa4


#593fa4 Border Color

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

This div border color is #593fa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593fa4


Comments

No comments written yet.

Please login to write comment.