Color Hex Logo

#a966ea Color Hex

#A966EA
(169,102,234)
0 Favorites   0 Comments

Color spaces of #a966ea

RGB 169102234
HSL0.750.760.66
HSV270°56°92°
CMYK 0.280.560.00   0.08
XYZ35.964823.878380.5553
Yxy23.87830.25620.1701
Hunter Lab48.865445.8609-63.5345
CIE-Lab55.965751.4484-56.8084

#a966ea color RGB value is (169,102,234).

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

The process color (four color CMYK) of #a966ea color hex is 0.28, 0.56, 0.00, 0.08. Web safe color of #a966ea is #9966ff. Color #a966ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100110 11101010
Octal 251 146 352
Decimal 169 102 234
Hex A9 66 EA

RGB Percentages of Color #a966ea

%33.47
%20.20
%46.34

CMYK Percentages of Color #a966ea

%28
%56
%0
%8

Triadic Colors of #a966ea

#a966ea #eaa966 #66eaa9

Analogous Colors of #a966ea

#a966ea #ea66e9 #6766ea

Monochromatic Colors of #a966ea

#a966ea

Complementary Color

#a966ea #a7ea66

#a966ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a966ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a966ea Color CSS Codes

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

#a966ea Text Font Color

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

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


#a966ea Background Color

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

This div background color is #a966ea


#a966ea Border Color

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

This div border color is #a966ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a966ea


Comments

No comments written yet.

Please login to write comment.