Color Hex Logo

#590141 Color Hex

#590141
(89,1,65)
0 Favorites   0 Comments

Color spaces of #590141

RGB 89165
HSL0.880.980.18
HSV316°99°35°
CMYK 0.000.990.27   0.65
XYZ5.08482.52725.2208
Yxy2.52720.39620.1969
Hunter Lab15.897229.2742-8.3434
CIE-Lab18.041241.6712-13.9672

#590141 color RGB value is (89,1,65).

#590141 hex color red value is 89, green value is 1 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #590141 hue: 0.88 , saturation: 0.98 and the lightness value of 590141 is 0.18.

The process color (four color CMYK) of #590141 color hex is 0.00, 0.99, 0.27, 0.65. Web safe color of #590141 is #660033. Color #590141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000001 01000001
Octal 131 1 101
Decimal 89 1 65
Hex 59 1 41

RGB Percentages of Color #590141

%57.42
%0.65
%41.94

CMYK Percentages of Color #590141

%0
%99
%27
%65

Triadic Colors of #590141

#590141 #415901 #014159

Analogous Colors of #590141

#590141 #590115 #450159

Monochromatic Colors of #590141

#590141

Complementary Color

#590141 #015919

#590141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590141 Color CSS Codes

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

#590141 Text Font Color

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

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


#590141 Background Color

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

This div background color is #590141


#590141 Border Color

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

This div border color is #590141


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,1,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 #590141">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590141


Comments

No comments written yet.

Please login to write comment.