Color Hex Logo

#a966df Color Hex

#A966DF
(169,102,223)
0 Favorites   0 Comments

Color spaces of #a966df

RGB 169102223
HSL0.760.650.64
HSV273°54°87°
CMYK 0.240.540.00   0.13
XYZ34.432823.265572.4879
Yxy23.26550.26450.1787
Hunter Lab48.234343.0149-55.3387
CIE-Lab55.344848.9153-51.6270

#a966df color RGB value is (169,102,223).

#a966df hex color red value is 169, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a966df hue: 0.76 , saturation: 0.65 and the lightness value of a966df is 0.64.

The process color (four color CMYK) of #a966df color hex is 0.24, 0.54, 0.00, 0.13. Web safe color of #a966df is #9966cc. Color #a966df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 11011111
Octal 251 146 337
Decimal 169 102 223
Hex A9 66 DF

RGB Percentages of Color #a966df

%34.21
%20.65
%45.14

CMYK Percentages of Color #a966df

%24
%54
%0
%13

Triadic Colors of #a966df

#a966df #dfa966 #66dfa9

Analogous Colors of #a966df

#a966df #df66d9 #6d66df

Monochromatic Colors of #a966df

#a966df

Complementary Color

#a966df #9cdf66

#a966df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966df Color CSS Codes

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

#a966df Text Font Color

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

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


#a966df Background Color

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

This div background color is #a966df


#a966df Border Color

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

This div border color is #a966df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966df


Comments

No comments written yet.

Please login to write comment.