Color Hex Logo

#a940cc Color Hex

#A940CC
(169,64,204)
0 Favorites   0 Comments

Color spaces of #a940cc

RGB 16964204
HSL0.790.580.53
HSV285°69°80°
CMYK 0.170.690.00   0.20
XYZ29.094716.461458.7707
Yxy16.46140.27890.1578
Hunter Lab40.572757.0004-57.4825
CIE-Lab47.574162.9467-53.2304

#a940cc color RGB value is (169,64,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11001100
Octal 251 100 314
Decimal 169 64 204
Hex A9 40 CC

RGB Percentages of Color #a940cc

%38.67
%14.65
%46.68

CMYK Percentages of Color #a940cc

%17
%69
%0
%20

Triadic Colors of #a940cc

#a940cc #cca940 #40cca9

Analogous Colors of #a940cc

#a940cc #cc40a9 #6340cc

Monochromatic Colors of #a940cc

#a940cc

Complementary Color

#a940cc #63cc40

#a940cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940cc Color CSS Codes

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

#a940cc Text Font Color

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

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


#a940cc Background Color

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

This div background color is #a940cc


#a940cc Border Color

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

This div border color is #a940cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,64,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 #a940cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940cc


Comments

No comments written yet.

Please login to write comment.