Color Hex Logo

#595fac Color Hex

#595FAC
(89,95,172)
0 Favorites   0 Comments

Color spaces of #595fac

RGB 8995172
HSL0.650.330.51
HSV236°48°67°
CMYK 0.480.450.00   0.33
XYZ15.658413.286840.7690
Yxy13.28680.22460.1906
Hunter Lab36.451112.8895-40.7977
CIE-Lab43.192218.9593-42.0962

#595fac color RGB value is (89,95,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 10101100
Octal 131 137 254
Decimal 89 95 172
Hex 59 5F AC

RGB Percentages of Color #595fac

%25.00
%26.69
%48.31

CMYK Percentages of Color #595fac

%48
%45
%0
%33

Triadic Colors of #595fac

#595fac #ac595f #5fac59

Analogous Colors of #595fac

#595fac #7d59ac #5989ac

Monochromatic Colors of #595fac

#595fac

Complementary Color

#595fac #aca659

#595fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#595fac Color CSS Codes

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

#595fac Text Font Color

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

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


#595fac Background Color

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

This div background color is #595fac


#595fac Border Color

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

This div border color is #595fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595fac


Comments

No comments written yet.

Please login to write comment.