Color Hex Logo

#8459aa Color Hex

#8459AA
(132,89,170)
0 Favorites   0 Comments

Color spaces of #8459aa

RGB 13289170
HSL0.760.320.51
HSV272°48°67°
CMYK 0.220.480.00   0.33
XYZ20.343814.952639.8441
Yxy14.95260.27070.1990
Hunter Lab38.668626.2400-34.0244
CIE-Lab45.569233.7050-36.8995

#8459aa color RGB value is (132,89,170).

#8459aa hex color red value is 132, green value is 89 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8459aa hue: 0.76 , saturation: 0.32 and the lightness value of 8459aa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011001 10101010
Octal 204 131 252
Decimal 132 89 170
Hex 84 59 AA

RGB Percentages of Color #8459aa

%33.76
%22.76
%43.48

CMYK Percentages of Color #8459aa

%22
%48
%0
%33

Triadic Colors of #8459aa

#8459aa #aa8459 #59aa84

Analogous Colors of #8459aa

#8459aa #aa59a8 #5c59aa

Monochromatic Colors of #8459aa

#8459aa

Complementary Color

#8459aa #7faa59

#8459aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8459aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8459aa Color CSS Codes

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

#8459aa Text Font Color

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

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


#8459aa Background Color

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

This div background color is #8459aa


#8459aa Border Color

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

This div border color is #8459aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8459aa


Comments

No comments written yet.

Please login to write comment.