Color Hex Logo

#501dad Color Hex

#501DAD
(80,29,173)
0 Favorites   0 Comments

Color spaces of #501dad

RGB 8029173
HSL0.730.710.40
HSV261°83°68°
CMYK 0.540.830.00   0.32
XYZ11.29055.601340.0213
Yxy5.60130.19840.0984
Hunter Lab23.667143.7370-83.6932
CIE-Lab28.383454.4806-66.7419

#501dad color RGB value is (80,29,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011101 10101101
Octal 120 35 255
Decimal 80 29 173
Hex 50 1D AD

RGB Percentages of Color #501dad

%28.37
%10.28
%61.35

CMYK Percentages of Color #501dad

%54
%83
%0
%32

Triadic Colors of #501dad

#501dad #ad501d #1dad50

Analogous Colors of #501dad

#501dad #981dad #1d32ad

Monochromatic Colors of #501dad

#501dad

Complementary Color

#501dad #7aad1d

#501dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#501dad Color CSS Codes

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

#501dad Text Font Color

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

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


#501dad Background Color

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

This div background color is #501dad


#501dad Border Color

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

This div border color is #501dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501dad


Comments

No comments written yet.

Please login to write comment.