Color Hex Logo

#501afb Color Hex

#501AFB
(80,26,251)
0 Favorites   0 Comments

Color spaces of #501afb

RGB 8026251
HSL0.710.970.54
HSV254°90°98°
CMYK 0.680.900.00   0.02
XYZ21.09029.409391.9714
Yxy9.40930.17220.0768
Hunter Lab30.674669.0465-156.2966
CIE-Lab36.760775.2867-98.0909

#501afb color RGB value is (80,26,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 11111011
Octal 120 32 373
Decimal 80 26 251
Hex 50 1A FB

RGB Percentages of Color #501afb

%22.41
%7.28
%70.31

CMYK Percentages of Color #501afb

%68
%90
%0
%2

Triadic Colors of #501afb

#501afb #fb501a #1afb50

Analogous Colors of #501afb

#501afb #c11afb #1a54fb

Monochromatic Colors of #501afb

#501afb

Complementary Color

#501afb #c5fb1a

#501afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#501afb Color CSS Codes

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

#501afb Text Font Color

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

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


#501afb Background Color

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

This div background color is #501afb


#501afb Border Color

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

This div border color is #501afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501afb


Comments

No comments written yet.

Please login to write comment.