Color Hex Logo

#595493 Color Hex

#595493
(89,84,147)
0 Favorites   0 Comments

Color spaces of #595493

RGB 8984147
HSL0.680.270.45
HSV245°43°58°
CMYK 0.390.430.00   0.42
XYZ12.556610.571128.9824
Yxy10.57110.24100.2029
Hunter Lab32.513212.0385-30.0920
CIE-Lab38.848518.2365-34.0871

#595493 color RGB value is (89,84,147).

#595493 hex color red value is 89, green value is 84 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #595493 hue: 0.68 , saturation: 0.27 and the lightness value of 595493 is 0.45.

The process color (four color CMYK) of #595493 color hex is 0.39, 0.43, 0.00, 0.42. Web safe color of #595493 is #666699. Color #595493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010100 10010011
Octal 131 124 223
Decimal 89 84 147
Hex 59 54 93

RGB Percentages of Color #595493

%27.81
%26.25
%45.94

CMYK Percentages of Color #595493

%39
%43
%0
%42

Triadic Colors of #595493

#595493 #935954 #549359

Analogous Colors of #595493

#595493 #795493 #546f93

Monochromatic Colors of #595493

#595493

Complementary Color

#595493 #8e9354

#595493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#595493 Color CSS Codes

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

#595493 Text Font Color

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

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


#595493 Background Color

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

This div background color is #595493


#595493 Border Color

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

This div border color is #595493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595493


Comments

No comments written yet.

Please login to write comment.