Color Hex Logo

#8509aa Color Hex

#8509AA
(133,9,170)
0 Favorites   0 Comments

Color spaces of #8509aa

RGB 1339170
HSL0.800.900.35
HSV286°95°67°
CMYK 0.220.950.00   0.33
XYZ17.02638.084238.6932
Yxy8.08420.26690.1267
Hunter Lab28.432757.1334-60.7830
CIE-Lab34.157665.6615-55.1838

#8509aa color RGB value is (133,9,170).

#8509aa hex color red value is 133, green value is 9 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8509aa hue: 0.80 , saturation: 0.90 and the lightness value of 8509aa is 0.35.

The process color (four color CMYK) of #8509aa color hex is 0.22, 0.95, 0.00, 0.33. Web safe color of #8509aa is #990099. Color #8509aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00001001 10101010
Octal 205 11 252
Decimal 133 9 170
Hex 85 9 AA

RGB Percentages of Color #8509aa

%42.63
%2.88
%54.49

CMYK Percentages of Color #8509aa

%22
%95
%0
%33

Triadic Colors of #8509aa

#8509aa #aa8509 #09aa85

Analogous Colors of #8509aa

#8509aa #aa097f #3509aa

Monochromatic Colors of #8509aa

#8509aa

Complementary Color

#8509aa #2eaa09

#8509aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8509aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8509aa Color CSS Codes

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

#8509aa Text Font Color

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

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


#8509aa Background Color

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

This div background color is #8509aa


#8509aa Border Color

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

This div border color is #8509aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8509aa


Comments

No comments written yet.

Please login to write comment.