Color Hex Logo

#502fcc Color Hex

#502FCC
(80,47,204)
0 Favorites   0 Comments

Color spaces of #502fcc

RGB 8047204
HSL0.700.630.49
HSV253°77°80°
CMYK 0.610.770.00   0.20
XYZ15.22398.098157.8875
Yxy8.09810.18750.0997
Hunter Lab28.457245.6932-100.6876
CIE-Lab34.186455.2187-75.4929

#502fcc color RGB value is (80,47,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 11001100
Octal 120 57 314
Decimal 80 47 204
Hex 50 2F CC

RGB Percentages of Color #502fcc

%24.17
%14.20
%61.63

CMYK Percentages of Color #502fcc

%61
%77
%0
%20

Triadic Colors of #502fcc

#502fcc #cc502f #2fcc50

Analogous Colors of #502fcc

#502fcc #9f2fcc #2f5ccc

Monochromatic Colors of #502fcc

#502fcc

Complementary Color

#502fcc #abcc2f

#502fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#502fcc Color CSS Codes

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

#502fcc Text Font Color

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

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


#502fcc Background Color

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

This div background color is #502fcc


#502fcc Border Color

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

This div border color is #502fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502fcc


Comments

No comments written yet.

Please login to write comment.