Color Hex Logo

#a329bf Color Hex

#A329BF
(163,41,191)
0 Favorites   0 Comments

Color spaces of #a329bf

RGB 16341191
HSL0.800.650.45
HSV289°79°75°
CMYK 0.150.790.00   0.25
XYZ25.301213.134050.4918
Yxy13.13400.28450.1477
Hunter Lab36.240961.1965-57.2359
CIE-Lab42.964567.4835-53.1416

#a329bf color RGB value is (163,41,191).

#a329bf hex color red value is 163, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a329bf hue: 0.80 , saturation: 0.65 and the lightness value of a329bf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101001 10111111
Octal 243 51 277
Decimal 163 41 191
Hex A3 29 BF

RGB Percentages of Color #a329bf

%41.27
%10.38
%48.35

CMYK Percentages of Color #a329bf

%15
%79
%0
%25

Triadic Colors of #a329bf

#a329bf #bfa329 #29bfa3

Analogous Colors of #a329bf

#a329bf #bf2990 #5829bf

Monochromatic Colors of #a329bf

#a329bf

Complementary Color

#a329bf #45bf29

#a329bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a329bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a329bf Color CSS Codes

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

#a329bf Text Font Color

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

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


#a329bf Background Color

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

This div background color is #a329bf


#a329bf Border Color

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

This div border color is #a329bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a329bf


Comments

No comments written yet.

Please login to write comment.