Color Hex Logo

#501bde Color Hex

#501BDE
(80,27,222)
0 Favorites   0 Comments

Color spaces of #501bde

RGB 8027222
HSL0.710.780.49
HSV256°88°87°
CMYK 0.640.880.00   0.13
XYZ16.88507.763369.7158
Yxy7.76330.17890.0823
Hunter Lab27.862759.4126-128.8468
CIE-Lab33.485067.7789-87.0611

#501bde color RGB value is (80,27,222).

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

The process color (four color CMYK) of #501bde color hex is 0.64, 0.88, 0.00, 0.13. Web safe color of #501bde is #6633cc. Color #501bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011011 11011110
Octal 120 33 336
Decimal 80 27 222
Hex 50 1B DE

RGB Percentages of Color #501bde

%24.32
%8.21
%67.48

CMYK Percentages of Color #501bde

%64
%88
%0
%13

Triadic Colors of #501bde

#501bde #de501b #1bde50

Analogous Colors of #501bde

#501bde #b21bde #1b47de

Monochromatic Colors of #501bde

#501bde

Complementary Color

#501bde #a9de1b

#501bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#501bde Color CSS Codes

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

#501bde Text Font Color

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

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


#501bde Background Color

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

This div background color is #501bde


#501bde Border Color

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

This div border color is #501bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501bde


Comments

No comments written yet.

Please login to write comment.