Color Hex Logo

#591dad Color Hex

#591DAD
(89,29,173)
0 Favorites   0 Comments

Color spaces of #591dad

RGB 8929173
HSL0.740.710.40
HSV265°83°68°
CMYK 0.490.830.00   0.32
XYZ12.10206.019740.0592
Yxy6.01970.20800.1035
Hunter Lab24.535145.1093-79.6301
CIE-Lab29.462155.5841-64.9273

#591dad color RGB value is (89,29,173).

#591dad hex color red value is 89, green value is 29 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #591dad hue: 0.74 , saturation: 0.71 and the lightness value of 591dad is 0.40.

The process color (four color CMYK) of #591dad color hex is 0.49, 0.83, 0.00, 0.32. Web safe color of #591dad is #663399. Color #591dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011101 10101101
Octal 131 35 255
Decimal 89 29 173
Hex 59 1D AD

RGB Percentages of Color #591dad

%30.58
%9.97
%59.45

CMYK Percentages of Color #591dad

%49
%83
%0
%32

Triadic Colors of #591dad

#591dad #ad591d #1dad59

Analogous Colors of #591dad

#591dad #a11dad #1d29ad

Monochromatic Colors of #591dad

#591dad

Complementary Color

#591dad #71ad1d

#591dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#591dad Color CSS Codes

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

#591dad Text Font Color

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

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


#591dad Background Color

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

This div background color is #591dad


#591dad Border Color

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

This div border color is #591dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591dad


Comments

No comments written yet.

Please login to write comment.