Color Hex Logo

#9014aa Color Hex

#9014AA
(144,20,170)
0 Favorites   0 Comments

Color spaces of #9014aa

RGB 14420170
HSL0.800.790.37
HSV290°88°67°
CMYK 0.150.880.00   0.33
XYZ19.00759.331938.8296
Yxy9.33190.28300.1389
Hunter Lab30.548257.6060-53.9795
CIE-Lab36.615665.6006-51.1122

#9014aa color RGB value is (144,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010100 10101010
Octal 220 24 252
Decimal 144 20 170
Hex 90 14 AA

RGB Percentages of Color #9014aa

%43.11
%5.99
%50.90

CMYK Percentages of Color #9014aa

%15
%88
%0
%33

Triadic Colors of #9014aa

#9014aa #aa9014 #14aa90

Analogous Colors of #9014aa

#9014aa #aa1479 #4514aa

Monochromatic Colors of #9014aa

#9014aa

Complementary Color

#9014aa #2eaa14

#9014aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9014aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9014aa Color CSS Codes

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

#9014aa Text Font Color

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

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


#9014aa Background Color

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

This div background color is #9014aa


#9014aa Border Color

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

This div border color is #9014aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9014aa


Comments

No comments written yet.

Please login to write comment.