Color Hex Logo

#5022cc Color Hex

#5022CC
(80,34,204)
0 Favorites   0 Comments

Color spaces of #5022cc

RGB 8034204
HSL0.710.710.47
HSV256°83°80°
CMYK 0.610.830.00   0.20
XYZ14.77947.209257.7393
Yxy7.20920.18540.0904
Hunter Lab26.850051.2669-108.7048
CIE-Lab32.278560.7733-78.6439

#5022cc color RGB value is (80,34,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100010 11001100
Octal 120 42 314
Decimal 80 34 204
Hex 50 22 CC

RGB Percentages of Color #5022cc

%25.16
%10.69
%64.15

CMYK Percentages of Color #5022cc

%61
%83
%0
%20

Triadic Colors of #5022cc

#5022cc #cc5022 #22cc50

Analogous Colors of #5022cc

#5022cc #a522cc #2249cc

Monochromatic Colors of #5022cc

#5022cc

Complementary Color

#5022cc #9ecc22

#5022cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5022cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5022cc Color CSS Codes

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

#5022cc Text Font Color

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

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


#5022cc Background Color

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

This div background color is #5022cc


#5022cc Border Color

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

This div border color is #5022cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5022cc


Comments

No comments written yet.

Please login to write comment.