Color Hex Logo

#592fad Color Hex

#592FAD
(89,47,173)
0 Favorites   0 Comments

Color spaces of #592fad

RGB 8947173
HSL0.720.570.43
HSV260°73°68°
CMYK 0.490.730.00   0.32
XYZ12.67927.174040.2516
Yxy7.17400.21100.1194
Hunter Lab26.784337.6260-70.3522
CIE-Lab32.199847.7209-60.4363

#592fad color RGB value is (89,47,173).

#592fad hex color red value is 89, green value is 47 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #592fad hue: 0.72 , saturation: 0.57 and the lightness value of 592fad is 0.43.

The process color (four color CMYK) of #592fad color hex is 0.49, 0.73, 0.00, 0.32. Web safe color of #592fad is #663399. Color #592fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101111 10101101
Octal 131 57 255
Decimal 89 47 173
Hex 59 2F AD

RGB Percentages of Color #592fad

%28.80
%15.21
%55.99

CMYK Percentages of Color #592fad

%49
%73
%0
%32

Triadic Colors of #592fad

#592fad #ad592f #2fad59

Analogous Colors of #592fad

#592fad #982fad #2f44ad

Monochromatic Colors of #592fad

#592fad

Complementary Color

#592fad #83ad2f

#592fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#592fad Color CSS Codes

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

#592fad Text Font Color

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

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


#592fad Background Color

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

This div background color is #592fad


#592fad Border Color

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

This div border color is #592fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592fad


Comments

No comments written yet.

Please login to write comment.