Color Hex Logo

#592acc Color Hex

#592ACC
(89,42,204)
0 Favorites   0 Comments

Color spaces of #592acc

RGB 8942204
HSL0.720.660.48
HSV257°79°80°
CMYK 0.560.790.00   0.20
XYZ15.84698.139457.8626
Yxy8.13940.19360.0994
Hunter Lab28.529649.2217-100.2787
CIE-Lab34.271558.5062-75.3228

#592acc color RGB value is (89,42,204).

#592acc hex color red value is 89, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #592acc hue: 0.72 , saturation: 0.66 and the lightness value of 592acc is 0.48.

The process color (four color CMYK) of #592acc color hex is 0.56, 0.79, 0.00, 0.20. Web safe color of #592acc is #6633cc. Color #592acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 11001100
Octal 131 52 314
Decimal 89 42 204
Hex 59 2A CC

RGB Percentages of Color #592acc

%26.57
%12.54
%60.90

CMYK Percentages of Color #592acc

%56
%79
%0
%20

Triadic Colors of #592acc

#592acc #cc592a #2acc59

Analogous Colors of #592acc

#592acc #aa2acc #2a4ccc

Monochromatic Colors of #592acc

#592acc

Complementary Color

#592acc #9dcc2a

#592acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#592acc Color CSS Codes

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

#592acc Text Font Color

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

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


#592acc Background Color

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

This div background color is #592acc


#592acc Border Color

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

This div border color is #592acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592acc


Comments

No comments written yet.

Please login to write comment.