Color Hex Logo

#501cea Color Hex

#501CEA
(80,28,234)
0 Favorites   0 Comments

Color spaces of #501cea

RGB 8028234
HSL0.710.830.51
HSV255°88°92°
CMYK 0.660.880.00   0.08
XYZ18.57488.476578.4990
Yxy8.47650.17600.0803
Hunter Lab29.114462.9315-139.4790
CIE-Lab34.956270.5175-91.4794

#501cea color RGB value is (80,28,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 11101010
Octal 120 34 352
Decimal 80 28 234
Hex 50 1C EA

RGB Percentages of Color #501cea

%23.39
%8.19
%68.42

CMYK Percentages of Color #501cea

%66
%88
%0
%8

Triadic Colors of #501cea

#501cea #ea501c #1cea50

Analogous Colors of #501cea

#501cea #b71cea #1c4fea

Monochromatic Colors of #501cea

#501cea

Complementary Color

#501cea #b6ea1c

#501cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#501cea Color CSS Codes

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

#501cea Text Font Color

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

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


#501cea Background Color

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

This div background color is #501cea


#501cea Border Color

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

This div border color is #501cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501cea


Comments

No comments written yet.

Please login to write comment.