Color Hex Logo

#501eaa Color Hex

#501EAA
(80,30,170)
0 Favorites   0 Comments

Color spaces of #501eaa

RGB 8030170
HSL0.730.700.39
HSV261°82°67°
CMYK 0.530.820.00   0.33
XYZ11.02825.536338.5176
Yxy5.53630.20020.1005
Hunter Lab23.529342.4866-80.5874
CIE-Lab28.211153.3052-65.2218

#501eaa color RGB value is (80,30,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011110 10101010
Octal 120 36 252
Decimal 80 30 170
Hex 50 1E AA

RGB Percentages of Color #501eaa

%28.57
%10.71
%60.71

CMYK Percentages of Color #501eaa

%53
%82
%0
%33

Triadic Colors of #501eaa

#501eaa #aa501e #1eaa50

Analogous Colors of #501eaa

#501eaa #961eaa #1e32aa

Monochromatic Colors of #501eaa

#501eaa

Complementary Color

#501eaa #78aa1e

#501eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#501eaa Color CSS Codes

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

#501eaa Text Font Color

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

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


#501eaa Background Color

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

This div background color is #501eaa


#501eaa Border Color

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

This div border color is #501eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501eaa


Comments

No comments written yet.

Please login to write comment.