Color Hex Logo

#501faa Color Hex

#501FAA
(80,31,170)
0 Favorites   0 Comments

Color spaces of #501faa

RGB 8031170
HSL0.730.690.39
HSV261°82°67°
CMYK 0.530.820.00   0.33
XYZ11.05405.587738.5261
Yxy5.58770.20040.1013
Hunter Lab23.638342.1050-80.0850
CIE-Lab28.347552.9073-64.9971

#501faa color RGB value is (80,31,170).

#501faa hex color red value is 80, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #501faa hue: 0.73 , saturation: 0.69 and the lightness value of 501faa is 0.39.

The process color (four color CMYK) of #501faa color hex is 0.53, 0.82, 0.00, 0.33. Web safe color of #501faa is #663399. Color #501faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 10101010
Octal 120 37 252
Decimal 80 31 170
Hex 50 1F AA

RGB Percentages of Color #501faa

%28.47
%11.03
%60.50

CMYK Percentages of Color #501faa

%53
%82
%0
%33

Triadic Colors of #501faa

#501faa #aa501f #1faa50

Analogous Colors of #501faa

#501faa #961faa #1f33aa

Monochromatic Colors of #501faa

#501faa

Complementary Color

#501faa #79aa1f

#501faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#501faa Color CSS Codes

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

#501faa Text Font Color

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

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


#501faa Background Color

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

This div background color is #501faa


#501faa Border Color

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

This div border color is #501faa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,31,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501faa


Comments

No comments written yet.

Please login to write comment.