Color Hex Logo

#9966af Color Hex

#9966AF
(153,102,175)
0 Favorites   0 Comments

Color spaces of #9966af

RGB 153102175
HSL0.780.310.54
HSV282°42°69°
CMYK 0.130.420.00   0.31
XYZ25.626119.370242.9456
Yxy19.37020.29140.2203
Hunter Lab44.011626.9128-27.0458
CIE-Lab51.117533.7118-30.9529

#9966af color RGB value is (153,102,175).

#9966af hex color red value is 153, green value is 102 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9966af hue: 0.78 , saturation: 0.31 and the lightness value of 9966af is 0.54.

The process color (four color CMYK) of #9966af color hex is 0.13, 0.42, 0.00, 0.31. Web safe color of #9966af is #996699. Color #9966af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01100110 10101111
Octal 231 146 257
Decimal 153 102 175
Hex 99 66 AF

RGB Percentages of Color #9966af

%35.58
%23.72
%40.70

CMYK Percentages of Color #9966af

%13
%42
%0
%31

Triadic Colors of #9966af

#9966af #af9966 #66af99

Analogous Colors of #9966af

#9966af #af66a1 #7566af

Monochromatic Colors of #9966af

#9966af

Complementary Color

#9966af #7caf66

#9966af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9966af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9966af Color CSS Codes

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

#9966af Text Font Color

<p style="color:#9966af">Text here</p>

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


#9966af Background Color

<div style="background-color:#9966af">
Div content here</div>

This div background color is #9966af


#9966af Border Color

<div style="border:3px solid #9966af">
Div here</div>

This div border color is #9966af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,102,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9966af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9966af;
  -webkit-box-shadow: 1px 1px 3px 2px #9966af;
  box-shadow:         1px 1px 3px 2px #9966af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9966af


Comments

No comments written yet.

Please login to write comment.