Color Hex Logo

#5011ea Color Hex

#5011EA
(80,17,234)
0 Favorites   0 Comments

Color spaces of #5011ea

RGB 8017234
HSL0.720.860.49
HSV257°93°92°
CMYK 0.660.930.00   0.08
XYZ18.36008.046978.4274
Yxy8.04690.17510.0768
Hunter Lab28.367165.8881-144.0642
CIE-Lab34.080473.1698-92.9348

#5011ea color RGB value is (80,17,234).

#5011ea hex color red value is 80, green value is 17 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5011ea hue: 0.72 , saturation: 0.86 and the lightness value of 5011ea is 0.49.

The process color (four color CMYK) of #5011ea color hex is 0.66, 0.93, 0.00, 0.08. Web safe color of #5011ea is #6600ff. Color #5011ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010001 11101010
Octal 120 21 352
Decimal 80 17 234
Hex 50 11 EA

RGB Percentages of Color #5011ea

%24.17
%5.14
%70.69

CMYK Percentages of Color #5011ea

%66
%93
%0
%8

Triadic Colors of #5011ea

#5011ea #ea5011 #11ea50

Analogous Colors of #5011ea

#5011ea #bd11ea #113fea

Monochromatic Colors of #5011ea

#5011ea

Complementary Color

#5011ea #abea11

#5011ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5011ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5011ea Color CSS Codes

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

#5011ea Text Font Color

<p style="color:#5011ea">Text here</p>

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


#5011ea Background Color

<div style="background-color:#5011ea">
Div content here</div>

This div background color is #5011ea


#5011ea Border Color

<div style="border:3px solid #5011ea">
Div here</div>

This div border color is #5011ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,17,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 #5011ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5011ea


Comments

No comments written yet.

Please login to write comment.