Color Hex Logo

#a732ad Color Hex

#A732AD
(167,50,173)
0 Favorites   0 Comments

Color spaces of #a732ad

RGB 16750173
HSL0.830.550.44
HSV297°71°68°
CMYK 0.030.710.00   0.32
XYZ24.619813.513840.8460
Yxy13.51380.31170.1711
Hunter Lab36.761155.2137-40.1455
CIE-Lab43.527462.1431-41.6090

#a732ad color RGB value is (167,50,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110010 10101101
Octal 247 62 255
Decimal 167 50 173
Hex A7 32 AD

RGB Percentages of Color #a732ad

%42.82
%12.82
%44.36

CMYK Percentages of Color #a732ad

%3
%71
%0
%32

Triadic Colors of #a732ad

#a732ad #ada732 #32ada7

Analogous Colors of #a732ad

#a732ad #ad3276 #6a32ad

Monochromatic Colors of #a732ad

#a732ad

Complementary Color

#a732ad #38ad32

#a732ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a732ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a732ad Color CSS Codes

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

#a732ad Text Font Color

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

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


#a732ad Background Color

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

This div background color is #a732ad


#a732ad Border Color

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

This div border color is #a732ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a732ad


Comments

No comments written yet.

Please login to write comment.