Color Hex Logo

#501afc Color Hex

#501AFC
(80,26,252)
0 Favorites   0 Comments

Color spaces of #501afc

RGB 8026252
HSL0.710.970.55
HSV254°90°99°
CMYK 0.680.900.00   0.01
XYZ21.24839.472592.8039
Yxy9.47250.17200.0767
Hunter Lab30.777469.3734-157.2343
CIE-Lab36.878575.5332-98.4564

#501afc color RGB value is (80,26,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 11111100
Octal 120 32 374
Decimal 80 26 252
Hex 50 1A FC

RGB Percentages of Color #501afc

%22.35
%7.26
%70.39

CMYK Percentages of Color #501afc

%68
%90
%0
%1

Triadic Colors of #501afc

#501afc #fc501a #1afc50

Analogous Colors of #501afc

#501afc #c11afc #1a55fc

Monochromatic Colors of #501afc

#501afc

Complementary Color

#501afc #c6fc1a

#501afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#501afc Color CSS Codes

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

#501afc Text Font Color

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

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


#501afc Background Color

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

This div background color is #501afc


#501afc Border Color

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

This div border color is #501afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501afc


Comments

No comments written yet.

Please login to write comment.