Color Hex Logo

#592abc Color Hex

#592ABC
(89,42,188)
0 Favorites   0 Comments

Color spaces of #592abc

RGB 8942188
HSL0.720.630.45
HSV259°78°74°
CMYK 0.530.780.00   0.26
XYZ14.02497.410648.2682
Yxy7.41060.20120.1063
Hunter Lab27.222444.3234-86.0717
CIE-Lab32.723954.1978-68.4910

#592abc color RGB value is (89,42,188).

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

The process color (four color CMYK) of #592abc color hex is 0.53, 0.78, 0.00, 0.26. Web safe color of #592abc is #6633cc. Color #592abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101010 10111100
Octal 131 52 274
Decimal 89 42 188
Hex 59 2A BC

RGB Percentages of Color #592abc

%27.90
%13.17
%58.93

CMYK Percentages of Color #592abc

%53
%78
%0
%26

Triadic Colors of #592abc

#592abc #bc592a #2abc59

Analogous Colors of #592abc

#592abc #a22abc #2a44bc

Monochromatic Colors of #592abc

#592abc

Complementary Color

#592abc #8dbc2a

#592abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#592abc Color CSS Codes

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

#592abc Text Font Color

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

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


#592abc Background Color

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

This div background color is #592abc


#592abc Border Color

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

This div border color is #592abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592abc


Comments

No comments written yet.

Please login to write comment.