Color Hex Logo

#a429cb Color Hex

#A429CB
(164,41,203)
0 Favorites   0 Comments

Color spaces of #a429cb

RGB 16441203
HSL0.790.660.48
HSV286°80°80°
CMYK 0.190.800.00   0.20
XYZ26.882313.790257.7448
Yxy13.79020.27310.1401
Hunter Lab37.135264.2304-66.2007
CIE-Lab43.930569.8843-58.5593

#a429cb color RGB value is (164,41,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 11001011
Octal 244 51 313
Decimal 164 41 203
Hex A4 29 CB

RGB Percentages of Color #a429cb

%40.20
%10.05
%49.75

CMYK Percentages of Color #a429cb

%19
%80
%0
%20

Triadic Colors of #a429cb

#a429cb #cba429 #29cba4

Analogous Colors of #a429cb

#a429cb #cb29a1 #5329cb

Monochromatic Colors of #a429cb

#a429cb

Complementary Color

#a429cb #50cb29

#a429cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a429cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a429cb Color CSS Codes

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

#a429cb Text Font Color

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

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


#a429cb Background Color

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

This div background color is #a429cb


#a429cb Border Color

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

This div border color is #a429cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a429cb


Comments

No comments written yet.

Please login to write comment.