Color Hex Logo

#a429ce Color Hex

#A429CE
(164,41,206)
0 Favorites   0 Comments

Color spaces of #a429ce

RGB 16441206
HSL0.790.670.48
HSV285°80°81°
CMYK 0.200.800.00   0.19
XYZ27.243413.934659.6463
Yxy13.93460.27020.1382
Hunter Lab37.329164.9465-68.6062
CIE-Lab44.139070.4488-59.9577

#a429ce color RGB value is (164,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 11001110
Octal 244 51 316
Decimal 164 41 206
Hex A4 29 CE

RGB Percentages of Color #a429ce

%39.90
%9.98
%50.12

CMYK Percentages of Color #a429ce

%20
%80
%0
%19

Triadic Colors of #a429ce

#a429ce #cea429 #29cea4

Analogous Colors of #a429ce

#a429ce #ce29a6 #5129ce

Monochromatic Colors of #a429ce

#a429ce

Complementary Color

#a429ce #53ce29

#a429ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a429ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a429ce Color CSS Codes

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

#a429ce Text Font Color

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

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


#a429ce Background Color

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

This div background color is #a429ce


#a429ce Border Color

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

This div border color is #a429ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,41,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a429ce


Comments

No comments written yet.

Please login to write comment.