Color Hex Logo

#a966ec Color Hex

#A966EC
(169,102,236)
0 Favorites   0 Comments

Color spaces of #a966ec

RGB 169102236
HSL0.750.780.66
HSV270°57°93°
CMYK 0.280.570.00   0.07
XYZ36.253923.993982.0774
Yxy23.99390.25470.1686
Hunter Lab48.983646.3908-65.0585
CIE-Lab56.081751.9150-57.7407

#a966ec color RGB value is (169,102,236).

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

The process color (four color CMYK) of #a966ec color hex is 0.28, 0.57, 0.00, 0.07. Web safe color of #a966ec is #9966ff. Color #a966ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 11101100
Octal 251 146 354
Decimal 169 102 236
Hex A9 66 EC

RGB Percentages of Color #a966ec

%33.33
%20.12
%46.55

CMYK Percentages of Color #a966ec

%28
%57
%0
%7

Triadic Colors of #a966ec

#a966ec #eca966 #66eca9

Analogous Colors of #a966ec

#a966ec #ec66ec #6666ec

Monochromatic Colors of #a966ec

#a966ec

Complementary Color

#a966ec #a9ec66

#a966ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966ec Color CSS Codes

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

#a966ec Text Font Color

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

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


#a966ec Background Color

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

This div background color is #a966ec


#a966ec Border Color

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

This div border color is #a966ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966ec


Comments

No comments written yet.

Please login to write comment.