Color Hex Logo

#501eaf Color Hex

#501EAF
(80,30,175)
0 Favorites   0 Comments

Color spaces of #501eaf

RGB 8030175
HSL0.720.710.40
HSV261°83°69°
CMYK 0.540.830.00   0.31
XYZ11.51045.729241.0566
Yxy5.72920.19740.0983
Hunter Lab23.935743.9508-84.9442
CIE-Lab28.718754.6209-67.3887

#501eaf color RGB value is (80,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011110 10101111
Octal 120 36 257
Decimal 80 30 175
Hex 50 1E AF

RGB Percentages of Color #501eaf

%28.07
%10.53
%61.40

CMYK Percentages of Color #501eaf

%54
%83
%0
%31

Triadic Colors of #501eaf

#501eaf #af501e #1eaf50

Analogous Colors of #501eaf

#501eaf #991eaf #1e35af

Monochromatic Colors of #501eaf

#501eaf

Complementary Color

#501eaf #7daf1e

#501eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#501eaf Color CSS Codes

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

#501eaf Text Font Color

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

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


#501eaf Background Color

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

This div background color is #501eaf


#501eaf Border Color

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

This div border color is #501eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501eaf


Comments

No comments written yet.

Please login to write comment.