Color Hex Logo

#5080ff Color Hex

#5080FF
(80,128,255)
0 Favorites   0 Comments

Color spaces of #5080ff

RGB 80128255
HSL0.621.000.66
HSV224°69°100°
CMYK 0.690.500.00   0.00
XYZ29.077424.363897.7779
Yxy24.36380.19230.1611
Hunter Lab49.359718.7734-82.8973
CIE-Lab56.450224.6208-68.0412

#5080ff color RGB value is (80,128,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 11111111
Octal 120 200 377
Decimal 80 128 255
Hex 50 80 FF

RGB Percentages of Color #5080ff

%17.28
%27.65
%55.08

CMYK Percentages of Color #5080ff

%69
%50
%0
%0

Triadic Colors of #5080ff

#5080ff #ff5080 #80ff50

Analogous Colors of #5080ff

#5080ff #7850ff #50d8ff

Monochromatic Colors of #5080ff

#5080ff

Complementary Color

#5080ff #ffcf50

#5080ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5080ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5080ff Color CSS Codes

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

#5080ff Text Font Color

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

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


#5080ff Background Color

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

This div background color is #5080ff


#5080ff Border Color

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

This div border color is #5080ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5080ff


Comments

No comments written yet.

Please login to write comment.