Color Hex Logo

#a429a0 Color Hex

#A429A0
(164,41,160)
0 Favorites   0 Comments

Color spaces of #a429a0

RGB 16441160
HSL0.840.600.40
HSV302°75°64°
CMYK 0.000.750.02   0.36
XYZ22.447912.016534.3940
Yxy12.01650.32600.1745
Hunter Lab34.664854.9278-34.5614
CIE-Lab41.242362.3303-37.5148

#a429a0 color RGB value is (164,41,160).

#a429a0 hex color red value is 164, green value is 41 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a429a0 hue: 0.84 , saturation: 0.60 and the lightness value of a429a0 is 0.40.

The process color (four color CMYK) of #a429a0 color hex is 0.00, 0.75, 0.02, 0.36. Web safe color of #a429a0 is #993399. Color #a429a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 10100000
Octal 244 51 240
Decimal 164 41 160
Hex A4 29 A0

RGB Percentages of Color #a429a0

%44.93
%11.23
%43.84

CMYK Percentages of Color #a429a0

%0
%75
%2
%36

Triadic Colors of #a429a0

#a429a0 #a0a429 #29a0a4

Analogous Colors of #a429a0

#a429a0 #a42962 #6b29a4

Monochromatic Colors of #a429a0

#a429a0

Complementary Color

#a429a0 #29a42d

#a429a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a429a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a429a0 Color CSS Codes

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

#a429a0 Text Font Color

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

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


#a429a0 Background Color

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

This div background color is #a429a0


#a429a0 Border Color

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

This div border color is #a429a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a429a0


Comments

No comments written yet.

Please login to write comment.