Color Hex Logo

#5042db Color Hex

#5042DB
(80,66,219)
0 Favorites   0 Comments

Color spaces of #5042db

RGB 8066219
HSL0.680.680.56
HSV245°70°86°
CMYK 0.630.700.00   0.14
XYZ18.042710.716468.1353
Yxy10.71640.18620.1106
Hunter Lab32.735941.0941-100.4888
CIE-Lab39.098749.8645-76.0698

#5042db color RGB value is (80,66,219).

#5042db hex color red value is 80, green value is 66 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5042db hue: 0.68 , saturation: 0.68 and the lightness value of 5042db is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000010 11011011
Octal 120 102 333
Decimal 80 66 219
Hex 50 42 DB

RGB Percentages of Color #5042db

%21.92
%18.08
%60.00

CMYK Percentages of Color #5042db

%63
%70
%0
%14

Triadic Colors of #5042db

#5042db #db5042 #42db50

Analogous Colors of #5042db

#5042db #9d42db #4281db

Monochromatic Colors of #5042db

#5042db

Complementary Color

#5042db #cddb42

#5042db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5042db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5042db Color CSS Codes

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

#5042db Text Font Color

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

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


#5042db Background Color

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

This div background color is #5042db


#5042db Border Color

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

This div border color is #5042db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5042db


Comments

No comments written yet.

Please login to write comment.