Color Hex Logo

#595dad Color Hex

#595DAD
(89,93,173)
0 Favorites   0 Comments

Color spaces of #595dad

RGB 8993173
HSL0.660.340.51
HSV237°49°68°
CMYK 0.490.460.00   0.32
XYZ15.577012.969741.2176
Yxy12.96970.22330.1859
Hunter Lab36.013514.1835-42.6483
CIE-Lab42.717620.5296-43.4414

#595dad color RGB value is (89,93,173).

#595dad hex color red value is 89, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #595dad hue: 0.66 , saturation: 0.34 and the lightness value of 595dad is 0.51.

The process color (four color CMYK) of #595dad color hex is 0.49, 0.46, 0.00, 0.32. Web safe color of #595dad is #666699. Color #595dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011101 10101101
Octal 131 135 255
Decimal 89 93 173
Hex 59 5D AD

RGB Percentages of Color #595dad

%25.07
%26.20
%48.73

CMYK Percentages of Color #595dad

%49
%46
%0
%32

Triadic Colors of #595dad

#595dad #ad595d #5dad59

Analogous Colors of #595dad

#595dad #7f59ad #5987ad

Monochromatic Colors of #595dad

#595dad

Complementary Color

#595dad #ada959

#595dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#595dad Color CSS Codes

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

#595dad Text Font Color

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

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


#595dad Background Color

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

This div background color is #595dad


#595dad Border Color

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

This div border color is #595dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,93,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #595dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #595dad;
  -webkit-box-shadow: 1px 1px 3px 2px #595dad;
  box-shadow:         1px 1px 3px 2px #595dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595dad


Comments

No comments written yet.

Please login to write comment.