Color Hex Logo

#590261 Color Hex

#590261
(89,2,97)
0 Favorites   0 Comments

Color spaces of #590261

RGB 89297
HSL0.820.960.19
HSV295°98°38°
CMYK 0.080.980.00   0.62
XYZ6.29923.030311.5622
Yxy3.03030.30150.1450
Hunter Lab17.407834.1287-27.1949
CIE-Lab20.164846.4589-32.3556

#590261 color RGB value is (89,2,97).

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

The process color (four color CMYK) of #590261 color hex is 0.08, 0.98, 0.00, 0.62. Web safe color of #590261 is #660066. Color #590261 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000010 01100001
Octal 131 2 141
Decimal 89 2 97
Hex 59 2 61

RGB Percentages of Color #590261

%47.34
%1.06
%51.60

CMYK Percentages of Color #590261

%8
%98
%0
%62

Triadic Colors of #590261

#590261 #615902 #026159

Analogous Colors of #590261

#590261 #61023a #290261

Monochromatic Colors of #590261

#590261

Complementary Color

#590261 #0a6102

#590261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590261 Color CSS Codes

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

#590261 Text Font Color

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

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


#590261 Background Color

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

This div background color is #590261


#590261 Border Color

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

This div border color is #590261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590261


Comments

No comments written yet.

Please login to write comment.