Color Hex Logo

#a329da Color Hex

#A329DA
(163,41,218)
0 Favorites   0 Comments

Color spaces of #a329da

RGB 16341218
HSL0.780.710.51
HSV281°81°85°
CMYK 0.250.810.00   0.15
XYZ28.552114.434467.6109
Yxy14.43440.25820.1305
Hunter Lab37.992667.6586-78.9164
CIE-Lab44.849672.5824-65.7144

#a329da color RGB value is (163,41,218).

#a329da hex color red value is 163, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a329da hue: 0.78 , saturation: 0.71 and the lightness value of a329da is 0.51.

The process color (four color CMYK) of #a329da color hex is 0.25, 0.81, 0.00, 0.15. Web safe color of #a329da is #9933cc. Color #a329da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101001 11011010
Octal 243 51 332
Decimal 163 41 218
Hex A3 29 DA

RGB Percentages of Color #a329da

%38.63
%9.72
%51.66

CMYK Percentages of Color #a329da

%25
%81
%0
%15

Triadic Colors of #a329da

#a329da #daa329 #29daa3

Analogous Colors of #a329da

#a329da #da29b9 #4a29da

Monochromatic Colors of #a329da

#a329da

Complementary Color

#a329da #60da29

#a329da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a329da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a329da Color CSS Codes

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

#a329da Text Font Color

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

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


#a329da Background Color

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

This div background color is #a329da


#a329da Border Color

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

This div border color is #a329da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a329da


Comments

No comments written yet.

Please login to write comment.