Color Hex Logo

#501abf Color Hex

#501ABF
(80,26,191)
0 Favorites   0 Comments

Color spaces of #501abf

RGB 8026191
HSL0.720.760.43
HSV260°86°75°
CMYK 0.580.860.00   0.25
XYZ13.08166.205949.7986
Yxy6.20590.18940.0898
Hunter Lab24.911650.1385-101.0831
CIE-Lab29.926160.1959-74.9099

#501abf color RGB value is (80,26,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011010 10111111
Octal 120 32 277
Decimal 80 26 191
Hex 50 1A BF

RGB Percentages of Color #501abf

%26.94
%8.75
%64.31

CMYK Percentages of Color #501abf

%58
%86
%0
%25

Triadic Colors of #501abf

#501abf #bf501a #1abf50

Analogous Colors of #501abf

#501abf #a31abf #1a37bf

Monochromatic Colors of #501abf

#501abf

Complementary Color

#501abf #89bf1a

#501abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#501abf Color CSS Codes

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

#501abf Text Font Color

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

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


#501abf Background Color

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

This div background color is #501abf


#501abf Border Color

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

This div border color is #501abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501abf


Comments

No comments written yet.

Please login to write comment.