Color Hex Logo

#5088eb Color Hex

#5088EB
(80,136,235)
0 Favorites   0 Comments

Color spaces of #5088eb

RGB 80136235
HSL0.610.790.62
HSV218°66°92°
CMYK 0.660.420.00   0.08
XYZ27.107825.312082.0542
Yxy25.31200.20160.1882
Hunter Lab50.31108.1323-61.4806
CIE-Lab57.378212.8356-55.4882

#5088eb color RGB value is (80,136,235).

#5088eb hex color red value is 80, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5088eb hue: 0.61 , saturation: 0.79 and the lightness value of 5088eb is 0.62.

The process color (four color CMYK) of #5088eb color hex is 0.66, 0.42, 0.00, 0.08. Web safe color of #5088eb is #6699ff. Color #5088eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001000 11101011
Octal 120 210 353
Decimal 80 136 235
Hex 50 88 EB

RGB Percentages of Color #5088eb

%17.74
%30.16
%52.11

CMYK Percentages of Color #5088eb

%66
%42
%0
%8

Triadic Colors of #5088eb

#5088eb #eb5088 #88eb50

Analogous Colors of #5088eb

#5088eb #6650eb #50d6eb

Monochromatic Colors of #5088eb

#5088eb

Complementary Color

#5088eb #ebb350

#5088eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5088eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5088eb Color CSS Codes

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

#5088eb Text Font Color

<p style="color:#5088eb">Text here</p>

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


#5088eb Background Color

<div style="background-color:#5088eb">
Div content here</div>

This div background color is #5088eb


#5088eb Border Color

<div style="border:3px solid #5088eb">
Div here</div>

This div border color is #5088eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,136,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5088eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5088eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5088eb;
  box-shadow:         1px 1px 3px 2px #5088eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,136,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #5088eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5088eb


Comments

No comments written yet.

Please login to write comment.