Color Hex Logo

#a32ead Color Hex

#A32EAD
(163,46,173)
0 Favorites   0 Comments

Color spaces of #a32ead

RGB 16346173
HSL0.820.580.43
HSV295°73°68°
CMYK 0.060.730.00   0.32
XYZ23.624112.757740.7525
Yxy12.75770.30630.1654
Hunter Lab35.717955.5549-42.6446
CIE-Lab42.395962.6645-43.4498

#a32ead color RGB value is (163,46,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00101110 10101101
Octal 243 56 255
Decimal 163 46 173
Hex A3 2E AD

RGB Percentages of Color #a32ead

%42.67
%12.04
%45.29

CMYK Percentages of Color #a32ead

%6
%73
%0
%32

Triadic Colors of #a32ead

#a32ead #ada32e #2eada3

Analogous Colors of #a32ead

#a32ead #ad2e78 #642ead

Monochromatic Colors of #a32ead

#a32ead

Complementary Color

#a32ead #38ad2e

#a32ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32ead Color CSS Codes

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

#a32ead Text Font Color

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

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


#a32ead Background Color

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

This div background color is #a32ead


#a32ead Border Color

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

This div border color is #a32ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32ead


Comments

No comments written yet.

Please login to write comment.