Color Hex Logo

#a132ad Color Hex

#A132AD
(161,50,173)
0 Favorites   0 Comments

Color spaces of #a132ad

RGB 16150173
HSL0.820.550.44
HSV294°71°68°
CMYK 0.070.710.00   0.32
XYZ23.381412.875440.7880
Yxy12.87540.30350.1671
Hunter Lab35.882353.5190-42.2783
CIE-Lab42.574960.8126-43.1830

#a132ad color RGB value is (161,50,173).

#a132ad hex color red value is 161, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a132ad hue: 0.82 , saturation: 0.55 and the lightness value of a132ad is 0.44.

The process color (four color CMYK) of #a132ad color hex is 0.07, 0.71, 0.00, 0.32. Web safe color of #a132ad is #993399. Color #a132ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110010 10101101
Octal 241 62 255
Decimal 161 50 173
Hex A1 32 AD

RGB Percentages of Color #a132ad

%41.93
%13.02
%45.05

CMYK Percentages of Color #a132ad

%7
%71
%0
%32

Triadic Colors of #a132ad

#a132ad #ada132 #32ada1

Analogous Colors of #a132ad

#a132ad #ad327c #6332ad

Monochromatic Colors of #a132ad

#a132ad

Complementary Color

#a132ad #3ead32

#a132ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a132ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a132ad Color CSS Codes

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

#a132ad Text Font Color

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

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


#a132ad Background Color

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

This div background color is #a132ad


#a132ad Border Color

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

This div border color is #a132ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,50,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 #a132ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a132ad


Comments

No comments written yet.

Please login to write comment.