Color Hex Logo

#501d91 Color Hex

#501D91
(80,29,145)
0 Favorites   0 Comments

Color spaces of #501d91

RGB 8029145
HSL0.740.670.34
HSV266°80°57°
CMYK 0.450.800.00   0.43
XYZ8.85854.628527.2146
Yxy4.62850.21760.1137
Hunter Lab21.513935.8491-59.9406
CIE-Lab25.649047.1744-54.1740

#501d91 color RGB value is (80,29,145).

#501d91 hex color red value is 80, green value is 29 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #501d91 hue: 0.74 , saturation: 0.67 and the lightness value of 501d91 is 0.34.

The process color (four color CMYK) of #501d91 color hex is 0.45, 0.80, 0.00, 0.43. Web safe color of #501d91 is #663399. Color #501d91 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011101 10010001
Octal 120 35 221
Decimal 80 29 145
Hex 50 1D 91

RGB Percentages of Color #501d91

%31.50
%11.42
%57.09

CMYK Percentages of Color #501d91

%45
%80
%0
%43

Triadic Colors of #501d91

#501d91 #91501d #1d9150

Analogous Colors of #501d91

#501d91 #8a1d91 #1d2491

Monochromatic Colors of #501d91

#501d91

Complementary Color

#501d91 #5e911d

#501d91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501d91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501d91 Color CSS Codes

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

#501d91 Text Font Color

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

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


#501d91 Background Color

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

This div background color is #501d91


#501d91 Border Color

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

This div border color is #501d91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501d91


Comments

No comments written yet.

Please login to write comment.