Color Hex Logo

#8914aa Color Hex

#8914AA
(137,20,170)
0 Favorites   0 Comments

Color spaces of #8914aa

RGB 13720170
HSL0.800.790.37
HSV287°88°67°
CMYK 0.190.880.00   0.33
XYZ17.82248.721038.7742
Yxy8.72100.27290.1335
Hunter Lab29.531356.0463-57.1749
CIE-Lab35.441564.4539-53.0691

#8914aa color RGB value is (137,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010100 10101010
Octal 211 24 252
Decimal 137 20 170
Hex 89 14 AA

RGB Percentages of Color #8914aa

%41.90
%6.12
%51.99

CMYK Percentages of Color #8914aa

%19
%88
%0
%33

Triadic Colors of #8914aa

#8914aa #aa8914 #14aa89

Analogous Colors of #8914aa

#8914aa #aa1480 #3e14aa

Monochromatic Colors of #8914aa

#8914aa

Complementary Color

#8914aa #35aa14

#8914aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8914aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8914aa Color CSS Codes

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

#8914aa Text Font Color

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

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


#8914aa Background Color

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

This div background color is #8914aa


#8914aa Border Color

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

This div border color is #8914aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8914aa


Comments

No comments written yet.

Please login to write comment.