Color Hex Logo

#5021cc Color Hex

#5021CC
(80,33,204)
0 Favorites   0 Comments

Color spaces of #5021cc

RGB 8033204
HSL0.710.720.46
HSV256°84°80°
CMYK 0.610.840.00   0.20
XYZ14.75127.152857.7299
Yxy7.15280.18520.0898
Hunter Lab26.744751.6494-109.2593
CIE-Lab32.152361.1463-78.8528

#5021cc color RGB value is (80,33,204).

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

The process color (four color CMYK) of #5021cc color hex is 0.61, 0.84, 0.00, 0.20. Web safe color of #5021cc is #6633cc. Color #5021cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100001 11001100
Octal 120 41 314
Decimal 80 33 204
Hex 50 21 CC

RGB Percentages of Color #5021cc

%25.24
%10.41
%64.35

CMYK Percentages of Color #5021cc

%61
%84
%0
%20

Triadic Colors of #5021cc

#5021cc #cc5021 #21cc50

Analogous Colors of #5021cc

#5021cc #a621cc #2148cc

Monochromatic Colors of #5021cc

#5021cc

Complementary Color

#5021cc #9dcc21

#5021cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5021cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5021cc Color CSS Codes

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

#5021cc Text Font Color

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

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


#5021cc Background Color

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

This div background color is #5021cc


#5021cc Border Color

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

This div border color is #5021cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5021cc


Comments

No comments written yet.

Please login to write comment.