Color Hex Logo

#a32dad Color Hex

#A32DAD
(163,45,173)
0 Favorites   0 Comments

Color spaces of #a32dad

RGB 16345173
HSL0.820.590.43
HSV295°74°68°
CMYK 0.060.740.00   0.32
XYZ23.585512.680440.7396
Yxy12.68040.30630.1647
Hunter Lab35.609555.9103-42.9049
CIE-Lab42.277763.0026-43.6383

#a32dad color RGB value is (163,45,173).

#a32dad hex color red value is 163, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a32dad hue: 0.82 , saturation: 0.59 and the lightness value of a32dad is 0.43.

The process color (four color CMYK) of #a32dad color hex is 0.06, 0.74, 0.00, 0.32. Web safe color of #a32dad is #993399. Color #a32dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101101 10101101
Octal 243 55 255
Decimal 163 45 173
Hex A3 2D AD

RGB Percentages of Color #a32dad

%42.78
%11.81
%45.41

CMYK Percentages of Color #a32dad

%6
%74
%0
%32

Triadic Colors of #a32dad

#a32dad #ada32d #2dada3

Analogous Colors of #a32dad

#a32dad #ad2d77 #632dad

Monochromatic Colors of #a32dad

#a32dad

Complementary Color

#a32dad #37ad2d

#a32dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32dad Color CSS Codes

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

#a32dad Text Font Color

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

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


#a32dad Background Color

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

This div background color is #a32dad


#a32dad Border Color

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

This div border color is #a32dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32dad


Comments

No comments written yet.

Please login to write comment.