Color Hex Logo

#a329eb Color Hex

#A329EB
(163,41,235)
0 Favorites   0 Comments

Color spaces of #a329eb

RGB 16341235
HSL0.770.830.54
HSV278°83°92°
CMYK 0.310.830.00   0.08
XYZ30.892615.370679.9359
Yxy15.37060.24480.1218
Hunter Lab39.205472.0431-93.4428
CIE-Lab46.137775.9411-73.2886

#a329eb color RGB value is (163,41,235).

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

The process color (four color CMYK) of #a329eb color hex is 0.31, 0.83, 0.00, 0.08. Web safe color of #a329eb is #9933ff. Color #a329eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101001 11101011
Octal 243 51 353
Decimal 163 41 235
Hex A3 29 EB

RGB Percentages of Color #a329eb

%37.13
%9.34
%53.53

CMYK Percentages of Color #a329eb

%31
%83
%0
%8

Triadic Colors of #a329eb

#a329eb #eba329 #29eba3

Analogous Colors of #a329eb

#a329eb #eb29d2 #4229eb

Monochromatic Colors of #a329eb

#a329eb

Complementary Color

#a329eb #71eb29

#a329eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a329eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a329eb Color CSS Codes

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

#a329eb Text Font Color

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

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


#a329eb Background Color

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

This div background color is #a329eb


#a329eb Border Color

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

This div border color is #a329eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a329eb


Comments

No comments written yet.

Please login to write comment.