Color Hex Logo

#501fdf Color Hex

#501FDF
(80,31,223)
0 Favorites   0 Comments

Color spaces of #501fdf

RGB 8031223
HSL0.710.760.50
HSV255°86°87°
CMYK 0.640.860.00   0.13
XYZ17.11758.013270.4565
Yxy8.01320.17910.0838
Hunter Lab28.307658.4000-127.7552
CIE-Lab34.010466.7986-86.7636

#501fdf color RGB value is (80,31,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 11011111
Octal 120 37 337
Decimal 80 31 223
Hex 50 1F DF

RGB Percentages of Color #501fdf

%23.95
%9.28
%66.77

CMYK Percentages of Color #501fdf

%64
%86
%0
%13

Triadic Colors of #501fdf

#501fdf #df501f #1fdf50

Analogous Colors of #501fdf

#501fdf #b01fdf #1f4edf

Monochromatic Colors of #501fdf

#501fdf

Complementary Color

#501fdf #aedf1f

#501fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fdf Color CSS Codes

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

#501fdf Text Font Color

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

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


#501fdf Background Color

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

This div background color is #501fdf


#501fdf Border Color

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

This div border color is #501fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fdf


Comments

No comments written yet.

Please login to write comment.