Color Hex Logo

#5054db Color Hex

#5054DB
(80,84,219)
0 Favorites   0 Comments

Color spaces of #5054db

RGB 8084219
HSL0.660.660.59
HSV238°63°86°
CMYK 0.630.620.00   0.14
XYZ19.264813.160668.5427
Yxy13.16060.19080.1303
Hunter Lab36.277531.3048-86.6281
CIE-Lab43.004239.3769-69.6763

#5054db color RGB value is (80,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 11011011
Octal 120 124 333
Decimal 80 84 219
Hex 50 54 DB

RGB Percentages of Color #5054db

%20.89
%21.93
%57.18

CMYK Percentages of Color #5054db

%63
%62
%0
%14

Triadic Colors of #5054db

#5054db #db5054 #54db50

Analogous Colors of #5054db

#5054db #9250db #509adb

Monochromatic Colors of #5054db

#5054db

Complementary Color

#5054db #dbd750

#5054db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5054db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5054db Color CSS Codes

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

#5054db Text Font Color

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

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


#5054db Background Color

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

This div background color is #5054db


#5054db Border Color

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

This div border color is #5054db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5054db


Comments

No comments written yet.

Please login to write comment.