Color Hex Logo

#592455 Color Hex

#592455
(89,36,85)
0 Favorites   0 Comments

Color spaces of #592455

RGB 893685
HSL0.850.420.25
HSV305°60°35°
CMYK 0.000.600.04   0.65
XYZ6.39044.04159.0376
Yxy4.04150.32820.2076
Hunter Lab20.103521.5596-12.5816
CIE-Lab23.808231.7267-18.6076

#592455 color RGB value is (89,36,85).

#592455 hex color red value is 89, green value is 36 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #592455 hue: 0.85 , saturation: 0.42 and the lightness value of 592455 is 0.25.

The process color (four color CMYK) of #592455 color hex is 0.00, 0.60, 0.04, 0.65. Web safe color of #592455 is #663366. Color #592455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100100 01010101
Octal 131 44 125
Decimal 89 36 85
Hex 59 24 55

RGB Percentages of Color #592455

%42.38
%17.14
%40.48

CMYK Percentages of Color #592455

%0
%60
%4
%65

Triadic Colors of #592455

#592455 #555924 #245559

Analogous Colors of #592455

#592455 #59243a #432459

Monochromatic Colors of #592455

#592455

Complementary Color

#592455 #245928

#592455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592455 Color CSS Codes

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

#592455 Text Font Color

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

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


#592455 Background Color

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

This div background color is #592455


#592455 Border Color

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

This div border color is #592455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592455


Comments

No comments written yet.

Please login to write comment.