Color Hex Logo

#8084aa Color Hex

#8084AA
(128,132,170)
0 Favorites   0 Comments

Color spaces of #8084aa

RGB 128132170
HSL0.650.200.58
HSV234°25°67°
CMYK 0.250.220.00   0.33
XYZ24.409123.994041.3750
Yxy23.99400.27190.2673
Hunter Lab48.98373.2271-15.7919
CIE-Lab56.08187.1177-20.5836

#8084aa color RGB value is (128,132,170).

#8084aa hex color red value is 128, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8084aa hue: 0.65 , saturation: 0.20 and the lightness value of 8084aa is 0.58.

The process color (four color CMYK) of #8084aa color hex is 0.25, 0.22, 0.00, 0.33. Web safe color of #8084aa is #999999. Color #8084aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10000100 10101010
Octal 200 204 252
Decimal 128 132 170
Hex 80 84 AA

RGB Percentages of Color #8084aa

%29.77
%30.70
%39.53

CMYK Percentages of Color #8084aa

%25
%22
%0
%33

Triadic Colors of #8084aa

#8084aa #aa8084 #84aa80

Analogous Colors of #8084aa

#8084aa #9180aa #8099aa

Monochromatic Colors of #8084aa

#8084aa

Complementary Color

#8084aa #aaa680

#8084aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8084aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8084aa Color CSS Codes

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

#8084aa Text Font Color

<p style="color:#8084aa">Text here</p>

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


#8084aa Background Color

<div style="background-color:#8084aa">
Div content here</div>

This div background color is #8084aa


#8084aa Border Color

<div style="border:3px solid #8084aa">
Div here</div>

This div border color is #8084aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,132,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8084aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8084aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8084aa;
  box-shadow:         1px 1px 3px 2px #8084aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8084aa


Comments

No comments written yet.

Please login to write comment.