Color Hex Logo

#501ffe Color Hex

#501FFE
(80,31,254)
0 Favorites   0 Comments

Color spaces of #501ffe

RGB 8031254
HSL0.700.990.56
HSV253°88°100°
CMYK 0.690.880.00   0.00
XYZ21.68769.841294.5224
Yxy9.84120.17210.0781
Hunter Lab31.370768.5043-156.6861
CIE-Lab37.555974.6906-98.4519

#501ffe color RGB value is (80,31,254).

#501ffe hex color red value is 80, green value is 31 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #501ffe hue: 0.70 , saturation: 0.99 and the lightness value of 501ffe is 0.56.

The process color (four color CMYK) of #501ffe color hex is 0.69, 0.88, 0.00, 0.00. Web safe color of #501ffe is #6633ff. Color #501ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 11111110
Octal 120 37 376
Decimal 80 31 254
Hex 50 1F FE

RGB Percentages of Color #501ffe

%21.92
%8.49
%69.59

CMYK Percentages of Color #501ffe

%69
%88
%0
%0

Triadic Colors of #501ffe

#501ffe #fe501f #1ffe50

Analogous Colors of #501ffe

#501ffe #c01ffe #1f5dfe

Monochromatic Colors of #501ffe

#501ffe

Complementary Color

#501ffe #cdfe1f

#501ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#501ffe Color CSS Codes

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

#501ffe Text Font Color

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

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


#501ffe Background Color

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

This div background color is #501ffe


#501ffe Border Color

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

This div border color is #501ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501ffe


Comments

No comments written yet.

Please login to write comment.