Color Hex Logo

#502ccc Color Hex

#502CCC
(80,44,204)
0 Favorites   0 Comments

Color spaces of #502ccc

RGB 8044204
HSL0.700.650.49
HSV254°78°80°
CMYK 0.610.780.00   0.20
XYZ15.10807.866557.8488
Yxy7.86650.18690.0973
Hunter Lab28.047347.0684-102.6552
CIE-Lab33.703356.6100-76.2896

#502ccc color RGB value is (80,44,204).

#502ccc hex color red value is 80, green value is 44 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #502ccc hue: 0.70 , saturation: 0.65 and the lightness value of 502ccc is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 11001100
Octal 120 54 314
Decimal 80 44 204
Hex 50 2C CC

RGB Percentages of Color #502ccc

%24.39
%13.41
%62.20

CMYK Percentages of Color #502ccc

%61
%78
%0
%20

Triadic Colors of #502ccc

#502ccc #cc502c #2ccc50

Analogous Colors of #502ccc

#502ccc #a02ccc #2c58cc

Monochromatic Colors of #502ccc

#502ccc

Complementary Color

#502ccc #a8cc2c

#502ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#502ccc Color CSS Codes

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

#502ccc Text Font Color

<p style="color:#502ccc">Text here</p>

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


#502ccc Background Color

<div style="background-color:#502ccc">
Div content here</div>

This div background color is #502ccc


#502ccc Border Color

<div style="border:3px solid #502ccc">
Div here</div>

This div border color is #502ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502ccc


Comments

No comments written yet.

Please login to write comment.