Color Hex Logo

#592041 Color Hex

#592041
(89,32,65)
0 Favorites   0 Comments

Color spaces of #592041

RGB 893265
HSL0.900.470.24
HSV325°64°35°
CMYK 0.000.640.27   0.65
XYZ5.59053.53855.3894
Yxy3.53850.38510.2437
Hunter Lab18.810920.1302-3.8192
CIE-Lab22.083030.2989-7.7725

#592041 color RGB value is (89,32,65).

#592041 hex color red value is 89, green value is 32 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #592041 hue: 0.90 , saturation: 0.47 and the lightness value of 592041 is 0.24.

The process color (four color CMYK) of #592041 color hex is 0.00, 0.64, 0.27, 0.65. Web safe color of #592041 is #663333. Color #592041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100000 01000001
Octal 131 40 101
Decimal 89 32 65
Hex 59 20 41

RGB Percentages of Color #592041

%47.85
%17.20
%34.95

CMYK Percentages of Color #592041

%0
%64
%27
%65

Triadic Colors of #592041

#592041 #415920 #204159

Analogous Colors of #592041

#592041 #592025 #552059

Monochromatic Colors of #592041

#592041

Complementary Color

#592041 #205938

#592041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592041 Color CSS Codes

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

#592041 Text Font Color

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

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


#592041 Background Color

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

This div background color is #592041


#592041 Border Color

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

This div border color is #592041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592041


Comments

No comments written yet.

Please login to write comment.