Color Hex Logo

#595fae Color Hex

#595FAE
(89,95,174)
0 Favorites   0 Comments

Color spaces of #595fae

RGB 8995174
HSL0.650.340.52
HSV236°49°68°
CMYK 0.490.450.00   0.32
XYZ15.852013.364341.7885
Yxy13.36430.22330.1882
Hunter Lab36.557213.4263-42.1843
CIE-Lab43.307119.5892-43.0899

#595fae color RGB value is (89,95,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011111 10101110
Octal 131 137 256
Decimal 89 95 174
Hex 59 5F AE

RGB Percentages of Color #595fae

%24.86
%26.54
%48.60

CMYK Percentages of Color #595fae

%49
%45
%0
%32

Triadic Colors of #595fae

#595fae #ae595f #5fae59

Analogous Colors of #595fae

#595fae #7e59ae #598aae

Monochromatic Colors of #595fae

#595fae

Complementary Color

#595fae #aea859

#595fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#595fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#595fae Color CSS Codes

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

#595fae Text Font Color

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

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


#595fae Background Color

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

This div background color is #595fae


#595fae Border Color

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

This div border color is #595fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #595fae


Comments

No comments written yet.

Please login to write comment.