Color Hex Logo

#5019ec Color Hex

#5019EC
(80,25,236)
0 Favorites   0 Comments

Color spaces of #5019ec

RGB 8025236
HSL0.710.850.51
HSV256°89°93°
CMYK 0.660.890.00   0.07
XYZ18.79628.456979.9985
Yxy8.45690.17530.0789
Hunter Lab29.080764.4813-142.7449
CIE-Lab34.916971.8352-92.6818

#5019ec color RGB value is (80,25,236).

#5019ec hex color red value is 80, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5019ec hue: 0.71 , saturation: 0.85 and the lightness value of 5019ec is 0.51.

The process color (four color CMYK) of #5019ec color hex is 0.66, 0.89, 0.00, 0.07. Web safe color of #5019ec is #6600ff. Color #5019ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 11101100
Octal 120 31 354
Decimal 80 25 236
Hex 50 19 EC

RGB Percentages of Color #5019ec

%23.46
%7.33
%69.21

CMYK Percentages of Color #5019ec

%66
%89
%0
%7

Triadic Colors of #5019ec

#5019ec #ec5019 #19ec50

Analogous Colors of #5019ec

#5019ec #ba19ec #194cec

Monochromatic Colors of #5019ec

#5019ec

Complementary Color

#5019ec #b5ec19

#5019ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5019ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5019ec Color CSS Codes

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

#5019ec Text Font Color

<p style="color:#5019ec">Text here</p>

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


#5019ec Background Color

<div style="background-color:#5019ec">
Div content here</div>

This div background color is #5019ec


#5019ec Border Color

<div style="border:3px solid #5019ec">
Div here</div>

This div border color is #5019ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,25,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5019ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5019ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5019ec;
  box-shadow:         1px 1px 3px 2px #5019ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5019ec


Comments

No comments written yet.

Please login to write comment.