Color Hex Logo

#80a0fb Color Hex

#80A0FB
(128,160,251)
0 Favorites   0 Comments

Color spaces of #80a0fb

RGB 128160251
HSL0.620.940.74
HSV224°49°98°
CMYK 0.490.360.00   0.02
XYZ38.885536.695896.3003
Yxy36.69580.22620.2135
Hunter Lab60.57718.5725-51.8503
CIE-Lab67.048213.2153-48.7920

#80a0fb color RGB value is (128,160,251).

#80a0fb hex color red value is 128, green value is 160 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #80a0fb hue: 0.62 , saturation: 0.94 and the lightness value of 80a0fb is 0.74.

The process color (four color CMYK) of #80a0fb color hex is 0.49, 0.36, 0.00, 0.02. Web safe color of #80a0fb is #9999ff. Color #80a0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10100000 11111011
Octal 200 240 373
Decimal 128 160 251
Hex 80 A0 FB

RGB Percentages of Color #80a0fb

%23.75
%29.68
%46.57

CMYK Percentages of Color #80a0fb

%49
%36
%0
%2

Triadic Colors of #80a0fb

#80a0fb #fb80a0 #a0fb80

Analogous Colors of #80a0fb

#80a0fb #9e80fb #80defb

Monochromatic Colors of #80a0fb

#80a0fb

Complementary Color

#80a0fb #fbdb80

#80a0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80a0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#80a0fb Color CSS Codes

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

#80a0fb Text Font Color

<p style="color:#80a0fb">Text here</p>

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


#80a0fb Background Color

<div style="background-color:#80a0fb">
Div content here</div>

This div background color is #80a0fb


#80a0fb Border Color

<div style="border:3px solid #80a0fb">
Div here</div>

This div border color is #80a0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80a0fb


Comments

No comments written yet.

Please login to write comment.