Color Hex Logo

#5080fe Color Hex

#5080FE
(80,128,254)
0 Favorites   0 Comments

Color spaces of #5080fe

RGB 80128254
HSL0.620.990.65
HSV223°69°100°
CMYK 0.690.500.00   0.00
XYZ28.916824.299696.9321
Yxy24.29960.19260.1618
Hunter Lab49.294618.4446-82.0806
CIE-Lab56.386524.2740-67.5930

#5080fe color RGB value is (80,128,254).

#5080fe hex color red value is 80, green value is 128 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5080fe hue: 0.62 , saturation: 0.99 and the lightness value of 5080fe is 0.65.

The process color (four color CMYK) of #5080fe color hex is 0.69, 0.50, 0.00, 0.00. Web safe color of #5080fe is #6699ff. Color #5080fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 11111110
Octal 120 200 376
Decimal 80 128 254
Hex 50 80 FE

RGB Percentages of Color #5080fe

%17.32
%27.71
%54.98

CMYK Percentages of Color #5080fe

%69
%50
%0
%0

Triadic Colors of #5080fe

#5080fe #fe5080 #80fe50

Analogous Colors of #5080fe

#5080fe #7750fe #50d7fe

Monochromatic Colors of #5080fe

#5080fe

Complementary Color

#5080fe #fece50

#5080fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080fe Color CSS Codes

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

#5080fe Text Font Color

<p style="color:#5080fe">Text here</p>

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


#5080fe Background Color

<div style="background-color:#5080fe">
Div content here</div>

This div background color is #5080fe


#5080fe Border Color

<div style="border:3px solid #5080fe">
Div here</div>

This div border color is #5080fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5080fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5080fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5080fe;
  box-shadow:         1px 1px 3px 2px #5080fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080fe


Comments

No comments written yet.

Please login to write comment.