Color Hex Logo

#a940ca Color Hex

#A940CA
(169,64,202)
0 Favorites   0 Comments

Color spaces of #a940ca

RGB 16964202
HSL0.790.570.52
HSV286°68°79°
CMYK 0.160.680.00   0.21
XYZ28.856316.366157.5152
Yxy16.36610.28090.1593
Hunter Lab40.455056.5265-55.9745
CIE-Lab47.451262.5537-52.2744

#a940ca color RGB value is (169,64,202).

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

The process color (four color CMYK) of #a940ca color hex is 0.16, 0.68, 0.00, 0.21. Web safe color of #a940ca is #9933cc. Color #a940ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 11001010
Octal 251 100 312
Decimal 169 64 202
Hex A9 40 CA

RGB Percentages of Color #a940ca

%38.85
%14.71
%46.44

CMYK Percentages of Color #a940ca

%16
%68
%0
%21

Triadic Colors of #a940ca

#a940ca #caa940 #40caa9

Analogous Colors of #a940ca

#a940ca #ca40a6 #6440ca

Monochromatic Colors of #a940ca

#a940ca

Complementary Color

#a940ca #61ca40

#a940ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940ca Color CSS Codes

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

#a940ca Text Font Color

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

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


#a940ca Background Color

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

This div background color is #a940ca


#a940ca Border Color

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

This div border color is #a940ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940ca


Comments

No comments written yet.

Please login to write comment.