Color Hex Logo

#9411ac Color Hex

#9411AC
(148,17,172)
0 Favorites   0 Comments

Color spaces of #9411ac

RGB 14817172
HSL0.810.820.37
HSV291°90°67°
CMYK 0.140.900.00   0.33
XYZ19.85969.675439.8505
Yxy9.67540.28620.1394
Hunter Lab31.105359.5314-54.1856
CIE-Lab37.253467.1569-51.2447

#9411ac color RGB value is (148,17,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00010001 10101100
Octal 224 21 254
Decimal 148 17 172
Hex 94 11 AC

RGB Percentages of Color #9411ac

%43.92
%5.04
%51.04

CMYK Percentages of Color #9411ac

%14
%90
%0
%33

Triadic Colors of #9411ac

#9411ac #ac9411 #11ac94

Analogous Colors of #9411ac

#9411ac #ac1177 #4711ac

Monochromatic Colors of #9411ac

#9411ac

Complementary Color

#9411ac #29ac11

#9411ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9411ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9411ac Color CSS Codes

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

#9411ac Text Font Color

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

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


#9411ac Background Color

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

This div background color is #9411ac


#9411ac Border Color

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

This div border color is #9411ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,17,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9411ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9411ac


Comments

No comments written yet.

Please login to write comment.