Color Hex Logo

#590125 Color Hex

#590125
(89,1,37)
0 Favorites   0 Comments

Color spaces of #590125

RGB 89137
HSL0.930.980.18
HSV335°99°35°
CMYK 0.000.990.58   0.65
XYZ4.46462.27911.9549
Yxy2.27910.51330.2620
Hunter Lab15.096726.36932.8901
CIE-Lab16.888638.64484.3343

#590125 color RGB value is (89,1,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000001 00100101
Octal 131 1 45
Decimal 89 1 37
Hex 59 1 25

RGB Percentages of Color #590125

%70.08
%0.79
%29.13

CMYK Percentages of Color #590125

%0
%99
%58
%65

Triadic Colors of #590125

#590125 #255901 #012559

Analogous Colors of #590125

#590125 #590901 #590151

Monochromatic Colors of #590125

#590125

Complementary Color

#590125 #015935

#590125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590125 Color CSS Codes

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

#590125 Text Font Color

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

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


#590125 Background Color

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

This div background color is #590125


#590125 Border Color

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

This div border color is #590125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590125


Comments

No comments written yet.

Please login to write comment.