Color Hex Logo

#9967ad Color Hex

#9967AD
(153,103,173)
0 Favorites   0 Comments

Color spaces of #9967ad

RGB 153103173
HSL0.790.300.54
HSV283°40°68°
CMYK 0.120.400.00   0.32
XYZ25.529919.489941.9515
Yxy19.48990.29350.2241
Hunter Lab44.147425.9665-25.4378
CIE-Lab51.255532.7124-29.5744

#9967ad color RGB value is (153,103,173).

#9967ad hex color red value is 153, green value is 103 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9967ad hue: 0.79 , saturation: 0.30 and the lightness value of 9967ad is 0.54.

The process color (four color CMYK) of #9967ad color hex is 0.12, 0.40, 0.00, 0.32. Web safe color of #9967ad is #996699. Color #9967ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100111 10101101
Octal 231 147 255
Decimal 153 103 173
Hex 99 67 AD

RGB Percentages of Color #9967ad

%35.66
%24.01
%40.33

CMYK Percentages of Color #9967ad

%12
%40
%0
%32

Triadic Colors of #9967ad

#9967ad #ad9967 #67ad99

Analogous Colors of #9967ad

#9967ad #ad679e #7667ad

Monochromatic Colors of #9967ad

#9967ad

Complementary Color

#9967ad #7bad67

#9967ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9967ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9967ad Color CSS Codes

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

#9967ad Text Font Color

<p style="color:#9967ad">Text here</p>

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


#9967ad Background Color

<div style="background-color:#9967ad">
Div content here</div>

This div background color is #9967ad


#9967ad Border Color

<div style="border:3px solid #9967ad">
Div here</div>

This div border color is #9967ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,103,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9967ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9967ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9967ad;
  box-shadow:         1px 1px 3px 2px #9967ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,103,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9967ad


Comments

No comments written yet.

Please login to write comment.