Color Hex Logo

#501ccc Color Hex

#501CCC
(80,28,204)
0 Favorites   0 Comments

Color spaces of #501ccc

RGB 8028204
HSL0.720.760.45
HSV258°86°80°
CMYK 0.610.860.00   0.20
XYZ14.62266.895657.6870
Yxy6.89560.18460.0871
Hunter Lab26.259553.4437-111.8671
CIE-Lab31.568062.8814-79.8199

#501ccc color RGB value is (80,28,204).

#501ccc hex color red value is 80, green value is 28 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #501ccc hue: 0.72 , saturation: 0.76 and the lightness value of 501ccc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 11001100
Octal 120 34 314
Decimal 80 28 204
Hex 50 1C CC

RGB Percentages of Color #501ccc

%25.64
%8.97
%65.38

CMYK Percentages of Color #501ccc

%61
%86
%0
%20

Triadic Colors of #501ccc

#501ccc #cc501c #1ccc50

Analogous Colors of #501ccc

#501ccc #a81ccc #1c40cc

Monochromatic Colors of #501ccc

#501ccc

Complementary Color

#501ccc #98cc1c

#501ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#501ccc Color CSS Codes

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

#501ccc Text Font Color

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

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


#501ccc Background Color

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

This div background color is #501ccc


#501ccc Border Color

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

This div border color is #501ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501ccc


Comments

No comments written yet.

Please login to write comment.