Color Hex Logo

#5092db Color Hex

#5092DB
(80,146,219)
0 Favorites   0 Comments

Color spaces of #5092db

RGB 80146219
HSL0.590.660.59
HSV212°63°86°
CMYK 0.630.330.00   0.14
XYZ26.373327.377770.9122
Yxy27.37770.21160.2196
Hunter Lab52.3237-1.5951-43.7267
CIE-Lab59.32231.4558-43.4945

#5092db color RGB value is (80,146,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010010 11011011
Octal 120 222 333
Decimal 80 146 219
Hex 50 92 DB

RGB Percentages of Color #5092db

%17.98
%32.81
%49.21

CMYK Percentages of Color #5092db

%63
%33
%0
%14

Triadic Colors of #5092db

#5092db #db5092 #92db50

Analogous Colors of #5092db

#5092db #5350db #50d8db

Monochromatic Colors of #5092db

#5092db

Complementary Color

#5092db #db9950

#5092db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5092db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5092db Color CSS Codes

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

#5092db Text Font Color

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

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


#5092db Background Color

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

This div background color is #5092db


#5092db Border Color

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

This div border color is #5092db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5092db


Comments

No comments written yet.

Please login to write comment.