Color Hex Logo

#501fad Color Hex

#501FAD
(80,31,173)
0 Favorites   0 Comments

Color spaces of #501fad

RGB 8031173
HSL0.720.700.40
HSV261°82°68°
CMYK 0.540.820.00   0.32
XYZ11.34115.702640.0381
Yxy5.70260.19870.0999
Hunter Lab23.880142.9827-82.6913
CIE-Lab28.649453.7008-66.3034

#501fad color RGB value is (80,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 10101101
Octal 120 37 255
Decimal 80 31 173
Hex 50 1F AD

RGB Percentages of Color #501fad

%28.17
%10.92
%60.92

CMYK Percentages of Color #501fad

%54
%82
%0
%32

Triadic Colors of #501fad

#501fad #ad501f #1fad50

Analogous Colors of #501fad

#501fad #971fad #1f35ad

Monochromatic Colors of #501fad

#501fad

Complementary Color

#501fad #7cad1f

#501fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fad Color CSS Codes

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

#501fad Text Font Color

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

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


#501fad Background Color

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

This div background color is #501fad


#501fad Border Color

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

This div border color is #501fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fad


Comments

No comments written yet.

Please login to write comment.