Color Hex Logo

#501fda Color Hex

#501FDA
(80,31,218)
0 Favorites   0 Comments

Color spaces of #501fda

RGB 8031218
HSL0.710.750.49
HSV256°86°85°
CMYK 0.630.860.00   0.15
XYZ16.45317.747466.9579
Yxy7.74740.18050.0850
Hunter Lab27.834256.8037-123.1443
CIE-Lab33.451265.5074-84.8157

#501fda color RGB value is (80,31,218).

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

The process color (four color CMYK) of #501fda color hex is 0.63, 0.86, 0.00, 0.15. Web safe color of #501fda is #6633cc. Color #501fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 11011010
Octal 120 37 332
Decimal 80 31 218
Hex 50 1F DA

RGB Percentages of Color #501fda

%24.32
%9.42
%66.26

CMYK Percentages of Color #501fda

%63
%86
%0
%15

Triadic Colors of #501fda

#501fda #da501f #1fda50

Analogous Colors of #501fda

#501fda #ae1fda #1f4bda

Monochromatic Colors of #501fda

#501fda

Complementary Color

#501fda #a9da1f

#501fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fda Color CSS Codes

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

#501fda Text Font Color

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

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


#501fda Background Color

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

This div background color is #501fda


#501fda Border Color

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

This div border color is #501fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fda


Comments

No comments written yet.

Please login to write comment.