Color Hex Logo

#8505aa Color Hex

#8505AA
(133,5,170)
0 Favorites   0 Comments

Color spaces of #8505aa

RGB 1335170
HSL0.800.940.34
HSV287°97°67°
CMYK 0.220.970.00   0.33
XYZ16.98287.997438.6788
Yxy7.99740.26680.1256
Hunter Lab28.279757.7052-61.2966
CIE-Lab33.977566.1978-55.4769

#8505aa color RGB value is (133,5,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00000101 10101010
Octal 205 5 252
Decimal 133 5 170
Hex 85 5 AA

RGB Percentages of Color #8505aa

%43.18
%1.62
%55.19

CMYK Percentages of Color #8505aa

%22
%97
%0
%33

Triadic Colors of #8505aa

#8505aa #aa8505 #05aa85

Analogous Colors of #8505aa

#8505aa #aa057d #3305aa

Monochromatic Colors of #8505aa

#8505aa

Complementary Color

#8505aa #2aaa05

#8505aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8505aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8505aa Color CSS Codes

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

#8505aa Text Font Color

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

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


#8505aa Background Color

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

This div background color is #8505aa


#8505aa Border Color

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

This div border color is #8505aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8505aa


Comments

No comments written yet.

Please login to write comment.