Color Hex Logo

#592cbe Color Hex

#592CBE
(89,44,190)
0 Favorites   0 Comments

Color spaces of #592cbe

RGB 8944190
HSL0.720.620.46
HSV258°77°75°
CMYK 0.530.770.00   0.25
XYZ14.31487.642949.4360
Yxy7.64290.20050.1071
Hunter Lab27.645844.0459-86.6699
CIE-Lab33.227853.8339-68.8423

#592cbe color RGB value is (89,44,190).

#592cbe hex color red value is 89, green value is 44 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #592cbe hue: 0.72 , saturation: 0.62 and the lightness value of 592cbe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101100 10111110
Octal 131 54 276
Decimal 89 44 190
Hex 59 2C BE

RGB Percentages of Color #592cbe

%27.55
%13.62
%58.82

CMYK Percentages of Color #592cbe

%53
%77
%0
%25

Triadic Colors of #592cbe

#592cbe #be592c #2cbe59

Analogous Colors of #592cbe

#592cbe #a22cbe #2c48be

Monochromatic Colors of #592cbe

#592cbe

Complementary Color

#592cbe #91be2c

#592cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#592cbe Color CSS Codes

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

#592cbe Text Font Color

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

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


#592cbe Background Color

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

This div background color is #592cbe


#592cbe Border Color

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

This div border color is #592cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592cbe


Comments

No comments written yet.

Please login to write comment.