Color Hex Logo

#590069 Color Hex

#590069
(89,0,105)
0 Favorites   0 Comments

Color spaces of #590069

RGB 890105
HSL0.811.000.21
HSV291°100°41°
CMYK 0.151.000.00   0.59
XYZ6.66963.143813.6199
Yxy3.14380.28460.1342
Hunter Lab17.730836.1157-33.1321
CIE-Lab20.610848.4272-36.9012

#590069 color RGB value is (89,0,105).

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

The process color (four color CMYK) of #590069 color hex is 0.15, 1.00, 0.00, 0.59. Web safe color of #590069 is #660066. Color #590069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000000 01101001
Octal 131 0 151
Decimal 89 0 105
Hex 59 0 69

RGB Percentages of Color #590069

%45.88
%0.00
%54.12

CMYK Percentages of Color #590069

%15
%100
%0
%59

Triadic Colors of #590069

#590069 #695900 #006959

Analogous Colors of #590069

#590069 #690045 #250069

Monochromatic Colors of #590069

#590069

Complementary Color

#590069 #106900

#590069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#590069 Color CSS Codes

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

#590069 Text Font Color

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

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


#590069 Background Color

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

This div background color is #590069


#590069 Border Color

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

This div border color is #590069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590069


Comments

No comments written yet.

Please login to write comment.