Color Hex Logo

#592e8b Color Hex

#592E8B
(89,46,139)
0 Favorites   0 Comments

Color spaces of #592e8b

RGB 8946139
HSL0.740.500.36
HSV268°67°55°
CMYK 0.360.670.00   0.45
XYZ9.75705.941925.0587
Yxy5.94190.23940.1458
Hunter Lab24.376028.7903-43.8873
CIE-Lab29.265439.0055-44.5202

#592e8b color RGB value is (89,46,139).

#592e8b hex color red value is 89, green value is 46 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #592e8b hue: 0.74 , saturation: 0.50 and the lightness value of 592e8b is 0.36.

The process color (four color CMYK) of #592e8b color hex is 0.36, 0.67, 0.00, 0.45. Web safe color of #592e8b is #663399. Color #592e8b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101110 10001011
Octal 131 56 213
Decimal 89 46 139
Hex 59 2E 8B

RGB Percentages of Color #592e8b

%32.48
%16.79
%50.73

CMYK Percentages of Color #592e8b

%36
%67
%0
%45

Triadic Colors of #592e8b

#592e8b #8b592e #2e8b59

Analogous Colors of #592e8b

#592e8b #882e8b #2e328b

Monochromatic Colors of #592e8b

#592e8b

Complementary Color

#592e8b #608b2e

#592e8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592e8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#592e8b Color CSS Codes

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

#592e8b Text Font Color

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

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


#592e8b Background Color

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

This div background color is #592e8b


#592e8b Border Color

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

This div border color is #592e8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592e8b


Comments

No comments written yet.

Please login to write comment.