Color Hex Logo

#9514aa Color Hex

#9514AA
(149,20,170)
0 Favorites   0 Comments

Color spaces of #9514aa

RGB 14920170
HSL0.810.790.37
HSV292°88°67°
CMYK 0.120.880.00   0.33
XYZ19.90039.792238.8714
Yxy9.79220.29020.1428
Hunter Lab31.292558.7543-51.7450
CIE-Lab37.466966.4395-49.6954

#9514aa color RGB value is (149,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00010100 10101010
Octal 225 24 252
Decimal 149 20 170
Hex 95 14 AA

RGB Percentages of Color #9514aa

%43.95
%5.90
%50.15

CMYK Percentages of Color #9514aa

%12
%88
%0
%33

Triadic Colors of #9514aa

#9514aa #aa9514 #14aa95

Analogous Colors of #9514aa

#9514aa #aa1474 #4a14aa

Monochromatic Colors of #9514aa

#9514aa

Complementary Color

#9514aa #29aa14

#9514aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9514aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9514aa Color CSS Codes

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

#9514aa Text Font Color

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

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


#9514aa Background Color

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

This div background color is #9514aa


#9514aa Border Color

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

This div border color is #9514aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9514aa


Comments

No comments written yet.

Please login to write comment.