Color Hex Logo

#a966c7 Color Hex

#A966C7
(169,102,199)
0 Favorites   0 Comments

Color spaces of #a966c7

RGB 169102199
HSL0.780.460.59
HSV281°49°78°
CMYK 0.150.490.00   0.22
XYZ31.422422.061356.6349
Yxy22.06130.28540.2003
Hunter Lab46.969537.2193-38.6122
CIE-Lab54.092043.6093-39.9957

#a966c7 color RGB value is (169,102,199).

#a966c7 hex color red value is 169, green value is 102 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a966c7 hue: 0.78 , saturation: 0.46 and the lightness value of a966c7 is 0.59.

The process color (four color CMYK) of #a966c7 color hex is 0.15, 0.49, 0.00, 0.22. Web safe color of #a966c7 is #9966cc. Color #a966c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 11000111
Octal 251 146 307
Decimal 169 102 199
Hex A9 66 C7

RGB Percentages of Color #a966c7

%35.96
%21.70
%42.34

CMYK Percentages of Color #a966c7

%15
%49
%0
%22

Triadic Colors of #a966c7

#a966c7 #c7a966 #66c7a9

Analogous Colors of #a966c7

#a966c7 #c766b5 #7966c7

Monochromatic Colors of #a966c7

#a966c7

Complementary Color

#a966c7 #84c766

#a966c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966c7 Color CSS Codes

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

#a966c7 Text Font Color

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

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


#a966c7 Background Color

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

This div background color is #a966c7


#a966c7 Border Color

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

This div border color is #a966c7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,102,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a966c7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a966c7;
  -webkit-box-shadow: 1px 1px 3px 2px #a966c7;
  box-shadow:         1px 1px 3px 2px #a966c7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966c7


Comments

No comments written yet.

Please login to write comment.