Color Hex Logo

#501cfc Color Hex

#501CFC
(80,28,252)
0 Favorites   0 Comments

Color spaces of #501cfc

RGB 8028252
HSL0.710.970.55
HSV254°89°99°
CMYK 0.680.890.00   0.01
XYZ21.29429.564392.8192
Yxy9.56430.17220.0773
Hunter Lab30.926268.7851-156.2995
CIE-Lab37.048875.0177-98.1733

#501cfc color RGB value is (80,28,252).

#501cfc hex color red value is 80, green value is 28 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #501cfc hue: 0.71 , saturation: 0.97 and the lightness value of 501cfc is 0.55.

The process color (four color CMYK) of #501cfc color hex is 0.68, 0.89, 0.00, 0.01. Web safe color of #501cfc is #6633ff. Color #501cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 11111100
Octal 120 34 374
Decimal 80 28 252
Hex 50 1C FC

RGB Percentages of Color #501cfc

%22.22
%7.78
%70.00

CMYK Percentages of Color #501cfc

%68
%89
%0
%1

Triadic Colors of #501cfc

#501cfc #fc501c #1cfc50

Analogous Colors of #501cfc

#501cfc #c01cfc #1c58fc

Monochromatic Colors of #501cfc

#501cfc

Complementary Color

#501cfc #c8fc1c

#501cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#501cfc Color CSS Codes

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

#501cfc Text Font Color

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

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


#501cfc Background Color

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

This div background color is #501cfc


#501cfc Border Color

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

This div border color is #501cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,28,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #501cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501cfc


Comments

No comments written yet.

Please login to write comment.