Color Hex Logo

#591269 Color Hex

#591269
(89,18,105)
0 Favorites   0 Comments

Color spaces of #591269

RGB 8918105
HSL0.800.710.24
HSV289°83°41°
CMYK 0.150.830.00   0.59
XYZ6.88593.576413.6920
Yxy3.57640.28510.1481
Hunter Lab18.911431.8995-29.6885
CIE-Lab22.218543.7035-34.3056

#591269 color RGB value is (89,18,105).

#591269 hex color red value is 89, green value is 18 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #591269 hue: 0.80 , saturation: 0.71 and the lightness value of 591269 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010010 01101001
Octal 131 22 151
Decimal 89 18 105
Hex 59 12 69

RGB Percentages of Color #591269

%41.98
%8.49
%49.53

CMYK Percentages of Color #591269

%15
%83
%0
%59

Triadic Colors of #591269

#591269 #695912 #126959

Analogous Colors of #591269

#591269 #69124e #2d1269

Monochromatic Colors of #591269

#591269

Complementary Color

#591269 #226912

#591269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591269 Color CSS Codes

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

#591269 Text Font Color

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

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


#591269 Background Color

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

This div background color is #591269


#591269 Border Color

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

This div border color is #591269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591269


Comments

No comments written yet.

Please login to write comment.