Color Hex Logo

#a329ea Color Hex

#A329EA
(163,41,234)
0 Favorites   0 Comments

Color spaces of #a329ea

RGB 16341234
HSL0.770.820.54
HSV278°82°92°
CMYK 0.300.820.00   0.08
XYZ30.748515.312979.1770
Yxy15.31290.24550.1223
Hunter Lab39.131771.7794-92.5720
CIE-Lab46.059875.7413-72.8500

#a329ea color RGB value is (163,41,234).

#a329ea hex color red value is 163, green value is 41 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a329ea hue: 0.77 , saturation: 0.82 and the lightness value of a329ea is 0.54.

The process color (four color CMYK) of #a329ea color hex is 0.30, 0.82, 0.00, 0.08. Web safe color of #a329ea is #9933ff. Color #a329ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101001 11101010
Octal 243 51 352
Decimal 163 41 234
Hex A3 29 EA

RGB Percentages of Color #a329ea

%37.21
%9.36
%53.42

CMYK Percentages of Color #a329ea

%30
%82
%0
%8

Triadic Colors of #a329ea

#a329ea #eaa329 #29eaa3

Analogous Colors of #a329ea

#a329ea #ea29d1 #4229ea

Monochromatic Colors of #a329ea

#a329ea

Complementary Color

#a329ea #70ea29

#a329ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a329ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a329ea Color CSS Codes

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

#a329ea Text Font Color

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

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


#a329ea Background Color

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

This div background color is #a329ea


#a329ea Border Color

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

This div border color is #a329ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a329ea


Comments

No comments written yet.

Please login to write comment.