Color Hex Logo

#5016df Color Hex

#5016DF
(80,22,223)
0 Favorites   0 Comments

Color spaces of #5016df

RGB 8022223
HSL0.710.820.48
HSV257°90°87°
CMYK 0.640.900.00   0.13
XYZ16.91457.607070.3888
Yxy7.60700.17820.0801
Hunter Lab27.580861.2025-132.0072
CIE-Lab33.150669.3837-88.1905

#5016df color RGB value is (80,22,223).

#5016df hex color red value is 80, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5016df hue: 0.71 , saturation: 0.82 and the lightness value of 5016df is 0.48.

The process color (four color CMYK) of #5016df color hex is 0.64, 0.90, 0.00, 0.13. Web safe color of #5016df is #6600cc. Color #5016df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 11011111
Octal 120 26 337
Decimal 80 22 223
Hex 50 16 DF

RGB Percentages of Color #5016df

%24.62
%6.77
%68.62

CMYK Percentages of Color #5016df

%64
%90
%0
%13

Triadic Colors of #5016df

#5016df #df5016 #16df50

Analogous Colors of #5016df

#5016df #b516df #1640df

Monochromatic Colors of #5016df

#5016df

Complementary Color

#5016df #a5df16

#5016df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5016df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5016df Color CSS Codes

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

#5016df Text Font Color

<p style="color:#5016df">Text here</p>

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


#5016df Background Color

<div style="background-color:#5016df">
Div content here</div>

This div background color is #5016df


#5016df Border Color

<div style="border:3px solid #5016df">
Div here</div>

This div border color is #5016df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,22,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 #5016df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5016df


Comments

No comments written yet.

Please login to write comment.