Color Hex Logo

#5010db Color Hex

#5010DB
(80,16,219)
0 Favorites   0 Comments

Color spaces of #5010db

RGB 8016219
HSL0.720.860.46
HSV259°93°86°
CMYK 0.630.930.00   0.14
XYZ16.27977.190567.5477
Yxy7.19050.17890.0790
Hunter Lab26.815161.4426-130.5819
CIE-Lab32.236769.7598-87.4075

#5010db color RGB value is (80,16,219).

#5010db hex color red value is 80, green value is 16 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5010db hue: 0.72 , saturation: 0.86 and the lightness value of 5010db is 0.46.

The process color (four color CMYK) of #5010db color hex is 0.63, 0.93, 0.00, 0.14. Web safe color of #5010db is #6600cc. Color #5010db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010000 11011011
Octal 120 20 333
Decimal 80 16 219
Hex 50 10 DB

RGB Percentages of Color #5010db

%25.40
%5.08
%69.52

CMYK Percentages of Color #5010db

%63
%93
%0
%14

Triadic Colors of #5010db

#5010db #db5010 #10db50

Analogous Colors of #5010db

#5010db #b610db #1035db

Monochromatic Colors of #5010db

#5010db

Complementary Color

#5010db #9bdb10

#5010db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5010db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5010db Color CSS Codes

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

#5010db Text Font Color

<p style="color:#5010db">Text here</p>

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


#5010db Background Color

<div style="background-color:#5010db">
Div content here</div>

This div background color is #5010db


#5010db Border Color

<div style="border:3px solid #5010db">
Div here</div>

This div border color is #5010db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,16,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5010db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5010db;
  -webkit-box-shadow: 1px 1px 3px 2px #5010db;
  box-shadow:         1px 1px 3px 2px #5010db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5010db


Comments

No comments written yet.

Please login to write comment.