Color Hex Logo

#590225 Color Hex

#590225
(89,2,37)
0 Favorites   0 Comments

Color spaces of #590225

RGB 89237
HSL0.930.960.18
HSV336°98°35°
CMYK 0.000.980.58   0.65
XYZ4.47552.30081.9585
Yxy2.30080.51240.2634
Hunter Lab15.168426.12252.9625
CIE-Lab16.992738.34304.4815

#590225 color RGB value is (89,2,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000010 00100101
Octal 131 2 45
Decimal 89 2 37
Hex 59 2 25

RGB Percentages of Color #590225

%69.53
%1.56
%28.91

CMYK Percentages of Color #590225

%0
%98
%58
%65

Triadic Colors of #590225

#590225 #255902 #022559

Analogous Colors of #590225

#590225 #590a02 #590251

Monochromatic Colors of #590225

#590225

Complementary Color

#590225 #025936

#590225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590225 Color CSS Codes

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

#590225 Text Font Color

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

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


#590225 Background Color

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

This div background color is #590225


#590225 Border Color

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

This div border color is #590225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590225


Comments

No comments written yet.

Please login to write comment.