Color Hex Logo

#593886 Color Hex

#593886
(89,56,134)
0 Favorites   0 Comments

Color spaces of #593886

RGB 8956134
HSL0.740.410.37
HSV265°58°53°
CMYK 0.340.580.00   0.47
XYZ9.83716.673423.3239
Yxy6.67340.24690.1675
Hunter Lab25.832922.7646-35.4484
CIE-Lab31.051531.9456-38.5444

#593886 color RGB value is (89,56,134).

#593886 hex color red value is 89, green value is 56 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #593886 hue: 0.74 , saturation: 0.41 and the lightness value of 593886 is 0.37.

The process color (four color CMYK) of #593886 color hex is 0.34, 0.58, 0.00, 0.47. Web safe color of #593886 is #663399. Color #593886 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111000 10000110
Octal 131 70 206
Decimal 89 56 134
Hex 59 38 86

RGB Percentages of Color #593886

%31.90
%20.07
%48.03

CMYK Percentages of Color #593886

%34
%58
%0
%47

Triadic Colors of #593886

#593886 #865938 #388659

Analogous Colors of #593886

#593886 #803886 #383e86

Monochromatic Colors of #593886

#593886

Complementary Color

#593886 #658638

#593886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593886 Color CSS Codes

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

#593886 Text Font Color

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

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


#593886 Background Color

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

This div background color is #593886


#593886 Border Color

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

This div border color is #593886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593886


Comments

No comments written yet.

Please login to write comment.