Color Hex Logo

#595dac Color Hex

#595DAC
(89,93,172)
0 Favorites   0 Comments

Color spaces of #595dac

RGB 8993172
HSL0.660.330.51
HSV237°48°67°
CMYK 0.480.460.00   0.33
XYZ15.480612.931140.7098
Yxy12.93110.22400.1871
Hunter Lab35.959813.9140-41.9498
CIE-Lab42.659220.2153-42.9453

#595dac color RGB value is (89,93,172).

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

The process color (four color CMYK) of #595dac color hex is 0.48, 0.46, 0.00, 0.33. Web safe color of #595dac is #666699. Color #595dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011101 10101100
Octal 131 135 254
Decimal 89 93 172
Hex 59 5D AC

RGB Percentages of Color #595dac

%25.14
%26.27
%48.59

CMYK Percentages of Color #595dac

%48
%46
%0
%33

Triadic Colors of #595dac

#595dac #ac595d #5dac59

Analogous Colors of #595dac

#595dac #7f59ac #5987ac

Monochromatic Colors of #595dac

#595dac

Complementary Color

#595dac #aca859

#595dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#595dac Color CSS Codes

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

#595dac Text Font Color

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

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


#595dac Background Color

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

This div background color is #595dac


#595dac Border Color

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

This div border color is #595dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595dac


Comments

No comments written yet.

Please login to write comment.