Color Hex Logo

#9411aa Color Hex

#9411AA
(148,17,170)
0 Favorites   0 Comments

Color spaces of #9411aa

RGB 14817170
HSL0.810.820.37
HSV291°90°67°
CMYK 0.130.900.00   0.33
XYZ19.66899.599138.8464
Yxy9.59910.28880.1409
Hunter Lab30.982459.0999-52.6514
CIE-Lab37.113166.8092-50.2749

#9411aa color RGB value is (148,17,170).

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

The process color (four color CMYK) of #9411aa color hex is 0.13, 0.90, 0.00, 0.33. Web safe color of #9411aa is #990099. Color #9411aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010001 10101010
Octal 224 21 252
Decimal 148 17 170
Hex 94 11 AA

RGB Percentages of Color #9411aa

%44.18
%5.07
%50.75

CMYK Percentages of Color #9411aa

%13
%90
%0
%33

Triadic Colors of #9411aa

#9411aa #aa9411 #11aa94

Analogous Colors of #9411aa

#9411aa #aa1174 #4711aa

Monochromatic Colors of #9411aa

#9411aa

Complementary Color

#9411aa #27aa11

#9411aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9411aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9411aa Color CSS Codes

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

#9411aa Text Font Color

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

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


#9411aa Background Color

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

This div background color is #9411aa


#9411aa Border Color

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

This div border color is #9411aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9411aa


Comments

No comments written yet.

Please login to write comment.