Color Hex Logo

#8514aa Color Hex

#8514AA
(133,20,170)
0 Favorites   0 Comments

Color spaces of #8514aa

RGB 13320170
HSL0.790.790.37
HSV285°88°67°
CMYK 0.220.880.00   0.33
XYZ17.17878.389138.7441
Yxy8.38910.26710.1304
Hunter Lab28.963955.1826-59.0355
CIE-Lab34.780463.8154-54.1721

#8514aa color RGB value is (133,20,170).

#8514aa hex color red value is 133, green value is 20 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8514aa hue: 0.79 , saturation: 0.79 and the lightness value of 8514aa is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00010100 10101010
Octal 205 24 252
Decimal 133 20 170
Hex 85 14 AA

RGB Percentages of Color #8514aa

%41.18
%6.19
%52.63

CMYK Percentages of Color #8514aa

%22
%88
%0
%33

Triadic Colors of #8514aa

#8514aa #aa8514 #14aa85

Analogous Colors of #8514aa

#8514aa #aa1484 #3a14aa

Monochromatic Colors of #8514aa

#8514aa

Complementary Color

#8514aa #39aa14

#8514aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8514aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8514aa Color CSS Codes

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

#8514aa Text Font Color

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

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


#8514aa Background Color

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

This div background color is #8514aa


#8514aa Border Color

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

This div border color is #8514aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8514aa


Comments

No comments written yet.

Please login to write comment.