Color Hex Logo

#9409ac Color Hex

#9409AC
(148,9,172)
0 Favorites   0 Comments

Color spaces of #9409ac

RGB 1489172
HSL0.810.900.35
HSV291°95°67°
CMYK 0.140.950.00   0.33
XYZ19.75689.469839.8163
Yxy9.46980.28620.1372
Hunter Lab30.773060.7471-55.1724
CIE-Lab36.873568.2817-51.8588

#9409ac color RGB value is (148,9,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 00001001 10101100
Octal 224 11 254
Decimal 148 9 172
Hex 94 9 AC

RGB Percentages of Color #9409ac

%44.98
%2.74
%52.28

CMYK Percentages of Color #9409ac

%14
%95
%0
%33

Triadic Colors of #9409ac

#9409ac #ac9409 #09ac94

Analogous Colors of #9409ac

#9409ac #ac0973 #4309ac

Monochromatic Colors of #9409ac

#9409ac

Complementary Color

#9409ac #21ac09

#9409ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9409ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9409ac Color CSS Codes

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

#9409ac Text Font Color

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

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


#9409ac Background Color

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

This div background color is #9409ac


#9409ac Border Color

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

This div border color is #9409ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9409ac


Comments

No comments written yet.

Please login to write comment.