Color Hex Logo

#5028db Color Hex

#5028DB
(80,40,219)
0 Favorites   0 Comments

Color spaces of #5028db

RGB 8040219
HSL0.700.710.51
HSV253°82°86°
CMYK 0.630.820.00   0.14
XYZ16.85328.337567.7389
Yxy8.33750.18140.0897
Hunter Lab28.874753.6536-118.8795
CIE-Lab34.676162.4682-83.3624

#5028db color RGB value is (80,40,219).

#5028db hex color red value is 80, green value is 40 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5028db hue: 0.70 , saturation: 0.71 and the lightness value of 5028db is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101000 11011011
Octal 120 50 333
Decimal 80 40 219
Hex 50 28 DB

RGB Percentages of Color #5028db

%23.60
%11.80
%64.60

CMYK Percentages of Color #5028db

%63
%82
%0
%14

Triadic Colors of #5028db

#5028db #db5028 #28db50

Analogous Colors of #5028db

#5028db #aa28db #285adb

Monochromatic Colors of #5028db

#5028db

Complementary Color

#5028db #b3db28

#5028db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5028db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5028db Color CSS Codes

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

#5028db Text Font Color

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

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


#5028db Background Color

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

This div background color is #5028db


#5028db Border Color

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

This div border color is #5028db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5028db


Comments

No comments written yet.

Please login to write comment.