Color Hex Logo

#593480 Color Hex

#593480
(89,52,128)
0 Favorites   0 Comments

Color spaces of #593480

RGB 8952128
HSL0.750.420.35
HSV269°59°50°
CMYK 0.300.590.00   0.50
XYZ9.24416.138321.1197
Yxy6.13830.25320.1682
Hunter Lab24.775623.2434-33.1982
CIE-Lab29.758732.7028-36.8783

#593480 color RGB value is (89,52,128).

#593480 hex color red value is 89, green value is 52 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #593480 hue: 0.75 , saturation: 0.42 and the lightness value of 593480 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110100 10000000
Octal 131 64 200
Decimal 89 52 128
Hex 59 34 80

RGB Percentages of Color #593480

%33.09
%19.33
%47.58

CMYK Percentages of Color #593480

%30
%59
%0
%50

Triadic Colors of #593480

#593480 #805934 #348059

Analogous Colors of #593480

#593480 #7f3480 #343580

Monochromatic Colors of #593480

#593480

Complementary Color

#593480 #5b8034

#593480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593480 Color CSS Codes

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

#593480 Text Font Color

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

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


#593480 Background Color

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

This div background color is #593480


#593480 Border Color

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

This div border color is #593480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593480


Comments

No comments written yet.

Please login to write comment.