Color Hex Logo

#a429bd Color Hex

#A429BD
(164,41,189)
0 Favorites   0 Comments

Color spaces of #a429bd

RGB 16441189
HSL0.810.640.45
HSV290°78°74°
CMYK 0.130.780.00   0.26
XYZ25.288113.152549.3500
Yxy13.15250.28810.1498
Hunter Lab36.266460.9997-55.2933
CIE-Lab42.992167.3087-51.9181

#a429bd color RGB value is (164,41,189).

#a429bd hex color red value is 164, green value is 41 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a429bd hue: 0.81 , saturation: 0.64 and the lightness value of a429bd is 0.45.

The process color (four color CMYK) of #a429bd color hex is 0.13, 0.78, 0.00, 0.26. Web safe color of #a429bd is #9933cc. Color #a429bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 10111101
Octal 244 51 275
Decimal 164 41 189
Hex A4 29 BD

RGB Percentages of Color #a429bd

%41.62
%10.41
%47.97

CMYK Percentages of Color #a429bd

%13
%78
%0
%26

Triadic Colors of #a429bd

#a429bd #bda429 #29bda4

Analogous Colors of #a429bd

#a429bd #bd298c #5a29bd

Monochromatic Colors of #a429bd

#a429bd

Complementary Color

#a429bd #42bd29

#a429bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a429bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a429bd Color CSS Codes

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

#a429bd Text Font Color

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

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


#a429bd Background Color

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

This div background color is #a429bd


#a429bd Border Color

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

This div border color is #a429bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a429bd


Comments

No comments written yet.

Please login to write comment.