Color Hex Logo

#5019dc Color Hex

#5019DC
(80,25,220)
0 Favorites   0 Comments

Color spaces of #5019dc

RGB 8025220
HSL0.710.800.48
HSV257°89°86°
CMYK 0.640.890.00   0.14
XYZ16.57427.568068.2974
Yxy7.56800.17930.0819
Hunter Lab27.510059.4000-127.9387
CIE-Lab33.066567.8475-86.6056

#5019dc color RGB value is (80,25,220).

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

The process color (four color CMYK) of #5019dc color hex is 0.64, 0.89, 0.00, 0.14. Web safe color of #5019dc is #6600cc. Color #5019dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 11011100
Octal 120 31 334
Decimal 80 25 220
Hex 50 19 DC

RGB Percentages of Color #5019dc

%24.62
%7.69
%67.69

CMYK Percentages of Color #5019dc

%64
%89
%0
%14

Triadic Colors of #5019dc

#5019dc #dc5019 #19dc50

Analogous Colors of #5019dc

#5019dc #b219dc #1943dc

Monochromatic Colors of #5019dc

#5019dc

Complementary Color

#5019dc #a5dc19

#5019dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5019dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5019dc Color CSS Codes

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

#5019dc Text Font Color

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

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


#5019dc Background Color

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

This div background color is #5019dc


#5019dc Border Color

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

This div border color is #5019dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5019dc


Comments

No comments written yet.

Please login to write comment.