Color Hex Logo

#501beb Color Hex

#501BEB
(80,27,235)
0 Favorites   0 Comments

Color spaces of #501beb

RGB 8027235
HSL0.710.840.51
HSV255°89°92°
CMYK 0.660.890.00   0.08
XYZ18.69568.487579.2501
Yxy8.48750.17570.0797
Hunter Lab29.133363.5648-140.8907
CIE-Lab34.978271.0502-92.0115

#501beb color RGB value is (80,27,235).

#501beb hex color red value is 80, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #501beb hue: 0.71 , saturation: 0.84 and the lightness value of 501beb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011011 11101011
Octal 120 33 353
Decimal 80 27 235
Hex 50 1B EB

RGB Percentages of Color #501beb

%23.39
%7.89
%68.71

CMYK Percentages of Color #501beb

%66
%89
%0
%8

Triadic Colors of #501beb

#501beb #eb501b #1beb50

Analogous Colors of #501beb

#501beb #b81beb #1b4eeb

Monochromatic Colors of #501beb

#501beb

Complementary Color

#501beb #b6eb1b

#501beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#501beb Color CSS Codes

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

#501beb Text Font Color

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

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


#501beb Background Color

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

This div background color is #501beb


#501beb Border Color

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

This div border color is #501beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501beb


Comments

No comments written yet.

Please login to write comment.