Color Hex Logo

#8080af Color Hex

#8080AF
(128,128,175)
0 Favorites   0 Comments

Color spaces of #8080af

RGB 128128175
HSL0.670.230.59
HSV240°27°69°
CMYK 0.270.270.00   0.31
XYZ24.359123.122743.7367
Yxy23.12270.26700.2535
Hunter Lab48.08616.2726-20.2670
CIE-Lab55.198510.7078-24.8119

#8080af color RGB value is (128,128,175).

#8080af hex color red value is 128, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8080af hue: 0.67 , saturation: 0.23 and the lightness value of 8080af is 0.59.

The process color (four color CMYK) of #8080af color hex is 0.27, 0.27, 0.00, 0.31. Web safe color of #8080af is #999999. Color #8080af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000000 10101111
Octal 200 200 257
Decimal 128 128 175
Hex 80 80 AF

RGB Percentages of Color #8080af

%29.70
%29.70
%40.60

CMYK Percentages of Color #8080af

%27
%27
%0
%31

Triadic Colors of #8080af

#8080af #af8080 #80af80

Analogous Colors of #8080af

#8080af #9880af #8098af

Monochromatic Colors of #8080af

#8080af

Complementary Color

#8080af #afaf80

#8080af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8080af Color Preview on White Background

Lorem ipsum dolor sit amet.

#8080af Color CSS Codes

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

#8080af Text Font Color

<p style="color:#8080af">Text here</p>

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


#8080af Background Color

<div style="background-color:#8080af">
Div content here</div>

This div background color is #8080af


#8080af Border Color

<div style="border:3px solid #8080af">
Div here</div>

This div border color is #8080af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,128,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8080af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8080af;
  -webkit-box-shadow: 1px 1px 3px 2px #8080af;
  box-shadow:         1px 1px 3px 2px #8080af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8080af


Comments

No comments written yet.

Please login to write comment.