Color Hex Logo

#9940ac Color Hex

#9940AC
(153,64,172)
0 Favorites   0 Comments

Color spaces of #9940ac

RGB 15364172
HSL0.800.460.46
HSV289°63°67°
CMYK 0.110.630.00   0.33
XYZ22.416713.417740.4381
Yxy13.41770.29390.1759
Hunter Lab36.630245.1345-39.8124
CIE-Lab43.386052.9471-41.3711

#9940ac color RGB value is (153,64,172).

#9940ac hex color red value is 153, green value is 64 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9940ac hue: 0.80 , saturation: 0.46 and the lightness value of 9940ac is 0.46.

The process color (four color CMYK) of #9940ac color hex is 0.11, 0.63, 0.00, 0.33. Web safe color of #9940ac is #993399. Color #9940ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000000 10101100
Octal 231 100 254
Decimal 153 64 172
Hex 99 40 AC

RGB Percentages of Color #9940ac

%39.33
%16.45
%44.22

CMYK Percentages of Color #9940ac

%11
%63
%0
%33

Triadic Colors of #9940ac

#9940ac #ac9940 #40ac99

Analogous Colors of #9940ac

#9940ac #ac4089 #6340ac

Monochromatic Colors of #9940ac

#9940ac

Complementary Color

#9940ac #53ac40

#9940ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9940ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9940ac Color CSS Codes

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

#9940ac Text Font Color

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

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


#9940ac Background Color

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

This div background color is #9940ac


#9940ac Border Color

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

This div border color is #9940ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9940ac


Comments

No comments written yet.

Please login to write comment.