Color Hex Logo

#8476aa Color Hex

#8476AA
(132,118,170)
0 Favorites   0 Comments

Color spaces of #8476aa

RGB 132118170
HSL0.710.230.56
HSV256°31°67°
CMYK 0.220.310.00   0.33
XYZ23.249920.764740.8128
Yxy20.76470.27410.2448
Hunter Lab45.568311.3299-21.2047
CIE-Lab52.691016.6202-25.7706

#8476aa color RGB value is (132,118,170).

#8476aa hex color red value is 132, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8476aa hue: 0.71 , saturation: 0.23 and the lightness value of 8476aa is 0.56.

The process color (four color CMYK) of #8476aa color hex is 0.22, 0.31, 0.00, 0.33. Web safe color of #8476aa is #996699. Color #8476aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110110 10101010
Octal 204 166 252
Decimal 132 118 170
Hex 84 76 AA

RGB Percentages of Color #8476aa

%31.43
%28.10
%40.48

CMYK Percentages of Color #8476aa

%22
%31
%0
%33

Triadic Colors of #8476aa

#8476aa #aa8476 #76aa84

Analogous Colors of #8476aa

#8476aa #9e76aa #7682aa

Monochromatic Colors of #8476aa

#8476aa

Complementary Color

#8476aa #9caa76

#8476aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8476aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8476aa Color CSS Codes

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

#8476aa Text Font Color

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

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


#8476aa Background Color

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

This div background color is #8476aa


#8476aa Border Color

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

This div border color is #8476aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,118,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 #8476aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8476aa


Comments

No comments written yet.

Please login to write comment.