Color Hex Logo

#5003cc Color Hex

#5003CC
(80,3,204)
0 Favorites   0 Comments

Color spaces of #5003cc

RGB 803204
HSL0.730.970.41
HSV263°99°80°
CMYK 0.610.990.00   0.20
XYZ14.23996.130257.5595
Yxy6.13020.18270.0787
Hunter Lab24.759259.3329-120.5040
CIE-Lab29.738668.4089-82.8548

#5003cc color RGB value is (80,3,204).

#5003cc hex color red value is 80, green value is 3 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5003cc hue: 0.73 , saturation: 0.97 and the lightness value of 5003cc is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000011 11001100
Octal 120 3 314
Decimal 80 3 204
Hex 50 3 CC

RGB Percentages of Color #5003cc

%27.87
%1.05
%71.08

CMYK Percentages of Color #5003cc

%61
%99
%0
%20

Triadic Colors of #5003cc

#5003cc #cc5003 #03cc50

Analogous Colors of #5003cc

#5003cc #b503cc #031bcc

Monochromatic Colors of #5003cc

#5003cc

Complementary Color

#5003cc #7fcc03

#5003cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5003cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5003cc Color CSS Codes

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

#5003cc Text Font Color

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

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


#5003cc Background Color

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

This div background color is #5003cc


#5003cc Border Color

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

This div border color is #5003cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5003cc


Comments

No comments written yet.

Please login to write comment.