Color Hex Logo

#a942ca Color Hex

#A942CA
(169,66,202)
0 Favorites   0 Comments

Color spaces of #a942ca

RGB 16966202
HSL0.790.560.53
HSV285°67°79°
CMYK 0.160.670.00   0.21
XYZ28.971116.595757.5535
Yxy16.59570.28090.1609
Hunter Lab40.737855.6508-55.2471
CIE-Lab47.746561.7257-51.8011

#a942ca color RGB value is (169,66,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 11001010
Octal 251 102 312
Decimal 169 66 202
Hex A9 42 CA

RGB Percentages of Color #a942ca

%38.67
%15.10
%46.22

CMYK Percentages of Color #a942ca

%16
%67
%0
%21

Triadic Colors of #a942ca

#a942ca #caa942 #42caa9

Analogous Colors of #a942ca

#a942ca #ca42a7 #6542ca

Monochromatic Colors of #a942ca

#a942ca

Complementary Color

#a942ca #63ca42

#a942ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a942ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a942ca Color CSS Codes

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

#a942ca Text Font Color

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

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


#a942ca Background Color

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

This div background color is #a942ca


#a942ca Border Color

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

This div border color is #a942ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a942ca


Comments

No comments written yet.

Please login to write comment.