Color Hex Logo

#501fd5 Color Hex

#501FD5
(80,31,213)
0 Favorites   0 Comments

Color spaces of #501fd5

RGB 8031213
HSL0.710.750.48
HSV256°85°84°
CMYK 0.620.850.00   0.16
XYZ15.80857.489563.5632
Yxy7.48950.18200.0862
Hunter Lab27.367055.2182-118.5516
CIE-Lab32.896364.2116-82.8482

#501fd5 color RGB value is (80,31,213).

#501fd5 hex color red value is 80, green value is 31 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #501fd5 hue: 0.71 , saturation: 0.75 and the lightness value of 501fd5 is 0.48.

The process color (four color CMYK) of #501fd5 color hex is 0.62, 0.85, 0.00, 0.16. Web safe color of #501fd5 is #6633cc. Color #501fd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 11010101
Octal 120 37 325
Decimal 80 31 213
Hex 50 1F D5

RGB Percentages of Color #501fd5

%24.69
%9.57
%65.74

CMYK Percentages of Color #501fd5

%62
%85
%0
%16

Triadic Colors of #501fd5

#501fd5 #d5501f #1fd550

Analogous Colors of #501fd5

#501fd5 #ab1fd5 #1f49d5

Monochromatic Colors of #501fd5

#501fd5

Complementary Color

#501fd5 #a4d51f

#501fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fd5 Color CSS Codes

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

#501fd5 Text Font Color

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

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


#501fd5 Background Color

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

This div background color is #501fd5


#501fd5 Border Color

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

This div border color is #501fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fd5


Comments

No comments written yet.

Please login to write comment.