Color Hex Logo

#592150 Color Hex

#592150
(89,33,80)
0 Favorites   0 Comments

Color spaces of #592150

RGB 893380
HSL0.860.460.24
HSV310°63°35°
CMYK 0.000.630.10   0.65
XYZ6.11163.79077.9990
Yxy3.79070.34140.2118
Hunter Lab19.469721.9596-10.7301
CIE-Lab22.967132.3513-16.5790

#592150 color RGB value is (89,33,80).

#592150 hex color red value is 89, green value is 33 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #592150 hue: 0.86 , saturation: 0.46 and the lightness value of 592150 is 0.24.

The process color (four color CMYK) of #592150 color hex is 0.00, 0.63, 0.10, 0.65. Web safe color of #592150 is #663366. Color #592150 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100001 01010000
Octal 131 41 120
Decimal 89 33 80
Hex 59 21 50

RGB Percentages of Color #592150

%44.06
%16.34
%39.60

CMYK Percentages of Color #592150

%0
%63
%10
%65

Triadic Colors of #592150

#592150 #505921 #215059

Analogous Colors of #592150

#592150 #592134 #462159

Monochromatic Colors of #592150

#592150

Complementary Color

#592150 #21592a

#592150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592150 Color CSS Codes

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

#592150 Text Font Color

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

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


#592150 Background Color

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

This div background color is #592150


#592150 Border Color

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

This div border color is #592150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592150


Comments

No comments written yet.

Please login to write comment.