Color Hex Logo

#592386 Color Hex

#592386
(89,35,134)
0 Favorites   0 Comments

Color spaces of #592386

RGB 8935134
HSL0.760.590.33
HSV273°74°53°
CMYK 0.340.740.00   0.47
XYZ9.02395.047123.0528
Yxy5.04710.24310.1360
Hunter Lab22.465832.3837-45.1133
CIE-Lab26.868543.3201-45.2910

#592386 color RGB value is (89,35,134).

#592386 hex color red value is 89, green value is 35 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #592386 hue: 0.76 , saturation: 0.59 and the lightness value of 592386 is 0.33.

The process color (four color CMYK) of #592386 color hex is 0.34, 0.74, 0.00, 0.47. Web safe color of #592386 is #663399. Color #592386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100011 10000110
Octal 131 43 206
Decimal 89 35 134
Hex 59 23 86

RGB Percentages of Color #592386

%34.50
%13.57
%51.94

CMYK Percentages of Color #592386

%34
%74
%0
%47

Triadic Colors of #592386

#592386 #865923 #238659

Analogous Colors of #592386

#592386 #862382 #282386

Monochromatic Colors of #592386

#592386

Complementary Color

#592386 #508623

#592386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592386 Color CSS Codes

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

#592386 Text Font Color

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

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


#592386 Background Color

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

This div background color is #592386


#592386 Border Color

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

This div border color is #592386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,35,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #592386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #592386;
  -webkit-box-shadow: 1px 1px 3px 2px #592386;
  box-shadow:         1px 1px 3px 2px #592386; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592386


Comments

No comments written yet.

Please login to write comment.