Color Hex Logo

#593195 Color Hex

#593195
(89,49,149)
0 Favorites   0 Comments

Color spaces of #593195

RGB 8949149
HSL0.730.510.39
HSV264°67°58°
CMYK 0.400.670.00   0.42
XYZ10.64306.490429.1256
Yxy6.49040.23010.1403
Hunter Lab25.476329.9870-49.9496
CIE-Lab30.617440.0599-48.4901

#593195 color RGB value is (89,49,149).

#593195 hex color red value is 89, green value is 49 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #593195 hue: 0.73 , saturation: 0.51 and the lightness value of 593195 is 0.39.

The process color (four color CMYK) of #593195 color hex is 0.40, 0.67, 0.00, 0.42. Web safe color of #593195 is #663399. Color #593195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110001 10010101
Octal 131 61 225
Decimal 89 49 149
Hex 59 31 95

RGB Percentages of Color #593195

%31.01
%17.07
%51.92

CMYK Percentages of Color #593195

%40
%67
%0
%42

Triadic Colors of #593195

#593195 #955931 #319559

Analogous Colors of #593195

#593195 #8b3195 #313b95

Monochromatic Colors of #593195

#593195

Complementary Color

#593195 #6d9531

#593195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#593195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#593195 Color CSS Codes

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

#593195 Text Font Color

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

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


#593195 Background Color

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

This div background color is #593195


#593195 Border Color

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

This div border color is #593195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #593195


Comments

No comments written yet.

Please login to write comment.