Color Hex Logo

#590066 Color Hex

#590066
(89,0,102)
0 Favorites   0 Comments

Color spaces of #590066

RGB 890102
HSL0.811.000.20
HSV292°100°40°
CMYK 0.131.000.00   0.60
XYZ6.51813.083212.8219
Yxy3.08320.29070.1375
Hunter Lab17.559035.5327-31.0032
CIE-Lab20.374147.8742-35.3165

#590066 color RGB value is (89,0,102).

#590066 hex color red value is 89, green value is 0 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #590066 hue: 0.81 , saturation: 1.00 and the lightness value of 590066 is 0.20.

The process color (four color CMYK) of #590066 color hex is 0.13, 1.00, 0.00, 0.60. Web safe color of #590066 is #660066. Color #590066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000000 01100110
Octal 131 0 146
Decimal 89 0 102
Hex 59 0 66

RGB Percentages of Color #590066

%46.60
%0.00
%53.40

CMYK Percentages of Color #590066

%13
%100
%0
%60

Triadic Colors of #590066

#590066 #665900 #006659

Analogous Colors of #590066

#590066 #660040 #260066

Monochromatic Colors of #590066

#590066

Complementary Color

#590066 #0d6600

#590066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590066 Color CSS Codes

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

#590066 Text Font Color

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

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


#590066 Background Color

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

This div background color is #590066


#590066 Border Color

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

This div border color is #590066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590066


Comments

No comments written yet.

Please login to write comment.