Color Hex Logo

#501eae Color Hex

#501EAE
(80,30,174)
0 Favorites   0 Comments

Color spaces of #501eae

RGB 8030174
HSL0.720.710.40
HSV261°83°68°
CMYK 0.540.830.00   0.32
XYZ11.41255.690040.5412
Yxy5.69000.19800.0987
Hunter Lab23.853743.6570-84.0702
CIE-Lab28.616554.3582-66.9578

#501eae color RGB value is (80,30,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011110 10101110
Octal 120 36 256
Decimal 80 30 174
Hex 50 1E AE

RGB Percentages of Color #501eae

%28.17
%10.56
%61.27

CMYK Percentages of Color #501eae

%54
%83
%0
%32

Triadic Colors of #501eae

#501eae #ae501e #1eae50

Analogous Colors of #501eae

#501eae #981eae #1e34ae

Monochromatic Colors of #501eae

#501eae

Complementary Color

#501eae #7cae1e

#501eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#501eae Color CSS Codes

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

#501eae Text Font Color

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

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


#501eae Background Color

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

This div background color is #501eae


#501eae Border Color

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

This div border color is #501eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501eae


Comments

No comments written yet.

Please login to write comment.