Color Hex Logo

#5016cf Color Hex

#5016CF
(80,22,207)
0 Favorites   0 Comments

Color spaces of #5016cf

RGB 8022207
HSL0.720.810.45
HSV259°89°81°
CMYK 0.610.890.00   0.19
XYZ14.85776.784359.5579
Yxy6.78430.18300.0836
Hunter Lab26.046756.2393-117.3388
CIE-Lab31.310765.4187-81.9945

#5016cf color RGB value is (80,22,207).

#5016cf hex color red value is 80, green value is 22 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5016cf hue: 0.72 , saturation: 0.81 and the lightness value of 5016cf is 0.45.

The process color (four color CMYK) of #5016cf color hex is 0.61, 0.89, 0.00, 0.19. Web safe color of #5016cf is #6600cc. Color #5016cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 11001111
Octal 120 26 317
Decimal 80 22 207
Hex 50 16 CF

RGB Percentages of Color #5016cf

%25.89
%7.12
%66.99

CMYK Percentages of Color #5016cf

%61
%89
%0
%19

Triadic Colors of #5016cf

#5016cf #cf5016 #16cf50

Analogous Colors of #5016cf

#5016cf #ad16cf #1638cf

Monochromatic Colors of #5016cf

#5016cf

Complementary Color

#5016cf #95cf16

#5016cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5016cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5016cf Color CSS Codes

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

#5016cf Text Font Color

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

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


#5016cf Background Color

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

This div background color is #5016cf


#5016cf Border Color

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

This div border color is #5016cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5016cf


Comments

No comments written yet.

Please login to write comment.