Color Hex Logo

#5058db Color Hex

#5058DB
(80,88,219)
0 Favorites   0 Comments

Color spaces of #5058db

RGB 8088219
HSL0.660.660.59
HSV237°63°86°
CMYK 0.630.600.00   0.14
XYZ19.584213.799468.6492
Yxy13.79940.19190.1352
Hunter Lab37.147529.0971-83.5655
CIE-Lab43.943936.9410-68.1450

#5058db color RGB value is (80,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 11011011
Octal 120 130 333
Decimal 80 88 219
Hex 50 58 DB

RGB Percentages of Color #5058db

%20.67
%22.74
%56.59

CMYK Percentages of Color #5058db

%63
%60
%0
%14

Triadic Colors of #5058db

#5058db #db5058 #58db50

Analogous Colors of #5058db

#5058db #8e50db #509edb

Monochromatic Colors of #5058db

#5058db

Complementary Color

#5058db #dbd350

#5058db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5058db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5058db Color CSS Codes

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

#5058db Text Font Color

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

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


#5058db Background Color

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

This div background color is #5058db


#5058db Border Color

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

This div border color is #5058db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5058db


Comments

No comments written yet.

Please login to write comment.