Color Hex Logo

#a946cc Color Hex

#A946CC
(169,70,204)
0 Favorites   0 Comments

Color spaces of #a946cc

RGB 16970204
HSL0.790.570.54
HSV284°66°80°
CMYK 0.170.660.00   0.20
XYZ29.451417.175058.8896
Yxy17.17500.27910.1628
Hunter Lab41.442754.3268-55.2404
CIE-Lab48.479860.4144-51.7786

#a946cc color RGB value is (169,70,204).

#a946cc hex color red value is 169, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a946cc hue: 0.79 , saturation: 0.57 and the lightness value of a946cc is 0.54.

The process color (four color CMYK) of #a946cc color hex is 0.17, 0.66, 0.00, 0.20. Web safe color of #a946cc is #9933cc. Color #a946cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000110 11001100
Octal 251 106 314
Decimal 169 70 204
Hex A9 46 CC

RGB Percentages of Color #a946cc

%38.15
%15.80
%46.05

CMYK Percentages of Color #a946cc

%17
%66
%0
%20

Triadic Colors of #a946cc

#a946cc #cca946 #46cca9

Analogous Colors of #a946cc

#a946cc #cc46ac #6646cc

Monochromatic Colors of #a946cc

#a946cc

Complementary Color

#a946cc #69cc46

#a946cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a946cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a946cc Color CSS Codes

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

#a946cc Text Font Color

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

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


#a946cc Background Color

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

This div background color is #a946cc


#a946cc Border Color

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

This div border color is #a946cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a946cc


Comments

No comments written yet.

Please login to write comment.