Color Hex Logo

#592065 Color Hex

#592065
(89,32,101)
0 Favorites   0 Comments

Color spaces of #592065

RGB 8932101
HSL0.800.520.26
HSV290°68°40°
CMYK 0.120.680.00   0.60
XYZ6.98534.096512.7344
Yxy4.09650.29330.1720
Hunter Lab20.239826.1854-23.1360
CIE-Lab23.987937.0746-28.8622

#592065 color RGB value is (89,32,101).

#592065 hex color red value is 89, green value is 32 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #592065 hue: 0.80 , saturation: 0.52 and the lightness value of 592065 is 0.26.

The process color (four color CMYK) of #592065 color hex is 0.12, 0.68, 0.00, 0.60. Web safe color of #592065 is #663366. Color #592065 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100000 01100101
Octal 131 40 145
Decimal 89 32 101
Hex 59 20 65

RGB Percentages of Color #592065

%40.09
%14.41
%45.50

CMYK Percentages of Color #592065

%12
%68
%0
%60

Triadic Colors of #592065

#592065 #655920 #206559

Analogous Colors of #592065

#592065 #65204f #372065

Monochromatic Colors of #592065

#592065

Complementary Color

#592065 #2c6520

#592065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592065 Color CSS Codes

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

#592065 Text Font Color

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

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


#592065 Background Color

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

This div background color is #592065


#592065 Border Color

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

This div border color is #592065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592065


Comments

No comments written yet.

Please login to write comment.