Color Hex Logo

#5014cc Color Hex

#5014CC
(80,20,204)
0 Favorites   0 Comments

Color spaces of #5014cc

RGB 8020204
HSL0.720.820.44
HSV260°90°80°
CMYK 0.610.900.00   0.20
XYZ14.45756.565457.6320
Yxy6.56540.18380.0835
Hunter Lab25.623055.8762-115.4205
CIE-Lab30.796365.1956-81.0991

#5014cc color RGB value is (80,20,204).

#5014cc hex color red value is 80, green value is 20 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5014cc hue: 0.72 , saturation: 0.82 and the lightness value of 5014cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010100 11001100
Octal 120 24 314
Decimal 80 20 204
Hex 50 14 CC

RGB Percentages of Color #5014cc

%26.32
%6.58
%67.11

CMYK Percentages of Color #5014cc

%61
%90
%0
%20

Triadic Colors of #5014cc

#5014cc #cc5014 #14cc50

Analogous Colors of #5014cc

#5014cc #ac14cc #1434cc

Monochromatic Colors of #5014cc

#5014cc

Complementary Color

#5014cc #90cc14

#5014cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5014cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5014cc Color CSS Codes

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

#5014cc Text Font Color

<p style="color:#5014cc">Text here</p>

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


#5014cc Background Color

<div style="background-color:#5014cc">
Div content here</div>

This div background color is #5014cc


#5014cc Border Color

<div style="border:3px solid #5014cc">
Div here</div>

This div border color is #5014cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,20,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5014cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5014cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5014cc;
  box-shadow:         1px 1px 3px 2px #5014cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5014cc


Comments

No comments written yet.

Please login to write comment.