Color Hex Logo

#595eac Color Hex

#595EAC
(89,94,172)
0 Favorites   0 Comments

Color spaces of #595eac

RGB 8994172
HSL0.660.330.51
HSV236°48°67°
CMYK 0.480.450.00   0.33
XYZ15.568913.107840.7392
Yxy13.10780.22430.1888
Hunter Lab36.204713.4011-41.3726
CIE-Lab42.925219.5870-42.5214

#595eac color RGB value is (89,94,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011110 10101100
Octal 131 136 254
Decimal 89 94 172
Hex 59 5E AC

RGB Percentages of Color #595eac

%25.07
%26.48
%48.45

CMYK Percentages of Color #595eac

%48
%45
%0
%33

Triadic Colors of #595eac

#595eac #ac595e #5eac59

Analogous Colors of #595eac

#595eac #7e59ac #5988ac

Monochromatic Colors of #595eac

#595eac

Complementary Color

#595eac #aca759

#595eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#595eac Color CSS Codes

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

#595eac Text Font Color

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

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


#595eac Background Color

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

This div background color is #595eac


#595eac Border Color

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

This div border color is #595eac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,94,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 #595eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595eac


Comments

No comments written yet.

Please login to write comment.