Color Hex Logo

#a429cc Color Hex

#A429CC
(164,41,204)
0 Favorites   0 Comments

Color spaces of #a429cc

RGB 16441204
HSL0.790.670.48
HSV285°80°80°
CMYK 0.200.800.00   0.20
XYZ27.001913.838058.3746
Yxy13.83800.27220.1395
Hunter Lab37.199564.4684-67.0002
CIE-Lab43.999770.0722-59.0265

#a429cc color RGB value is (164,41,204).

#a429cc hex color red value is 164, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a429cc hue: 0.79 , saturation: 0.67 and the lightness value of a429cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 11001100
Octal 244 51 314
Decimal 164 41 204
Hex A4 29 CC

RGB Percentages of Color #a429cc

%40.10
%10.02
%49.88

CMYK Percentages of Color #a429cc

%20
%80
%0
%20

Triadic Colors of #a429cc

#a429cc #cca429 #29cca4

Analogous Colors of #a429cc

#a429cc #cc29a3 #5229cc

Monochromatic Colors of #a429cc

#a429cc

Complementary Color

#a429cc #51cc29

#a429cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a429cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a429cc Color CSS Codes

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

#a429cc Text Font Color

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

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


#a429cc Background Color

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

This div background color is #a429cc


#a429cc Border Color

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

This div border color is #a429cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a429cc


Comments

No comments written yet.

Please login to write comment.