Color Hex Logo

#593f80 Color Hex

#593F80
(89,63,128)
0 Favorites   0 Comments

Color spaces of #593f80

RGB 8963128
HSL0.730.340.37
HSV264°51°50°
CMYK 0.300.510.00   0.50
XYZ9.79367.237421.3028
Yxy7.23740.25550.1888
Hunter Lab26.902417.9022-28.1174
CIE-Lab32.341426.0395-32.7591

#593f80 color RGB value is (89,63,128).

#593f80 hex color red value is 89, green value is 63 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #593f80 hue: 0.73 , saturation: 0.34 and the lightness value of 593f80 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111111 10000000
Octal 131 77 200
Decimal 89 63 128
Hex 59 3F 80

RGB Percentages of Color #593f80

%31.79
%22.50
%45.71

CMYK Percentages of Color #593f80

%30
%51
%0
%50

Triadic Colors of #593f80

#593f80 #80593f #3f8059

Analogous Colors of #593f80

#593f80 #7a3f80 #3f4680

Monochromatic Colors of #593f80

#593f80

Complementary Color

#593f80 #66803f

#593f80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593f80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593f80 Color CSS Codes

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

#593f80 Text Font Color

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

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


#593f80 Background Color

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

This div background color is #593f80


#593f80 Border Color

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

This div border color is #593f80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593f80


Comments

No comments written yet.

Please login to write comment.