Color Hex Logo

#a032a7 Color Hex

#A032A7
(160,50,167)
0 Favorites   0 Comments

Color spaces of #a032a7

RGB 16050167
HSL0.820.540.43
HSV296°70°65°
CMYK 0.040.700.00   0.35
XYZ22.612912.544837.7888
Yxy12.54480.31000.1720
Hunter Lab35.418651.9801-38.4645
CIE-Lab42.069259.5216-40.4307

#a032a7 color RGB value is (160,50,167).

#a032a7 hex color red value is 160, green value is 50 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #a032a7 hue: 0.82 , saturation: 0.54 and the lightness value of a032a7 is 0.43.

The process color (four color CMYK) of #a032a7 color hex is 0.04, 0.70, 0.00, 0.35. Web safe color of #a032a7 is #993399. Color #a032a7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110010 10100111
Octal 240 62 247
Decimal 160 50 167
Hex A0 32 A7

RGB Percentages of Color #a032a7

%42.44
%13.26
%44.30

CMYK Percentages of Color #a032a7

%4
%70
%0
%35

Triadic Colors of #a032a7

#a032a7 #a7a032 #32a7a0

Analogous Colors of #a032a7

#a032a7 #a73274 #6632a7

Monochromatic Colors of #a032a7

#a032a7

Complementary Color

#a032a7 #39a732

#a032a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a032a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a032a7 Color CSS Codes

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

#a032a7 Text Font Color

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

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


#a032a7 Background Color

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

This div background color is #a032a7


#a032a7 Border Color

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

This div border color is #a032a7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,50,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a032a7

#a032a7 Color Palettes


Comments

No comments written yet.

Please login to write comment.