Color Hex Logo

#5016cd Color Hex

#5016CD
(80,22,205)
0 Favorites   0 Comments

Color spaces of #5016cd

RGB 8022205
HSL0.720.810.45
HSV259°89°80°
CMYK 0.610.890.00   0.20
XYZ14.61466.687158.2781
Yxy6.68710.18360.0840
Hunter Lab25.859455.6263-115.5173
CIE-Lab31.083764.9202-81.2059

#5016cd color RGB value is (80,22,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010110 11001101
Octal 120 26 315
Decimal 80 22 205
Hex 50 16 CD

RGB Percentages of Color #5016cd

%26.06
%7.17
%66.78

CMYK Percentages of Color #5016cd

%61
%89
%0
%20

Triadic Colors of #5016cd

#5016cd #cd5016 #16cd50

Analogous Colors of #5016cd

#5016cd #ac16cd #1637cd

Monochromatic Colors of #5016cd

#5016cd

Complementary Color

#5016cd #93cd16

#5016cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5016cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5016cd Color CSS Codes

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

#5016cd Text Font Color

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

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


#5016cd Background Color

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

This div background color is #5016cd


#5016cd Border Color

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

This div border color is #5016cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5016cd


Comments

No comments written yet.

Please login to write comment.