Color Hex Logo

#592aaf Color Hex

#592AAF
(89,42,175)
0 Favorites   0 Comments

Color spaces of #592aaf

RGB 8942175
HSL0.730.610.43
HSV261°76°69°
CMYK 0.490.760.00   0.31
XYZ12.68576.874941.2158
Yxy6.87490.20870.1131
Hunter Lab26.220040.4763-74.8451
CIE-Lab31.520450.6929-62.7447

#592aaf color RGB value is (89,42,175).

#592aaf hex color red value is 89, green value is 42 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #592aaf hue: 0.73 , saturation: 0.61 and the lightness value of 592aaf is 0.43.

The process color (four color CMYK) of #592aaf color hex is 0.49, 0.76, 0.00, 0.31. Web safe color of #592aaf is #663399. Color #592aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 10101111
Octal 131 52 257
Decimal 89 42 175
Hex 59 2A AF

RGB Percentages of Color #592aaf

%29.08
%13.73
%57.19

CMYK Percentages of Color #592aaf

%49
%76
%0
%31

Triadic Colors of #592aaf

#592aaf #af592a #2aaf59

Analogous Colors of #592aaf

#592aaf #9c2aaf #2a3daf

Monochromatic Colors of #592aaf

#592aaf

Complementary Color

#592aaf #80af2a

#592aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#592aaf Color CSS Codes

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

#592aaf Text Font Color

<p style="color:#592aaf">Text here</p>

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


#592aaf Background Color

<div style="background-color:#592aaf">
Div content here</div>

This div background color is #592aaf


#592aaf Border Color

<div style="border:3px solid #592aaf">
Div here</div>

This div border color is #592aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,42,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #592aaf;
  box-shadow:         1px 1px 3px 2px #592aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592aaf


Comments

No comments written yet.

Please login to write comment.