Color Hex Logo

#a039ac Color Hex

#A039AC
(160,57,172)
0 Favorites   0 Comments

Color spaces of #a039ac

RGB 16057172
HSL0.820.500.45
HSV294°67°67°
CMYK 0.070.670.00   0.33
XYZ23.406713.378440.3783
Yxy13.37840.30330.1734
Hunter Lab36.576550.2201-39.8491
CIE-Lab43.328057.6796-41.4002

#a039ac color RGB value is (160,57,172).

#a039ac hex color red value is 160, green value is 57 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a039ac hue: 0.82 , saturation: 0.50 and the lightness value of a039ac is 0.45.

The process color (four color CMYK) of #a039ac color hex is 0.07, 0.67, 0.00, 0.33. Web safe color of #a039ac is #993399. Color #a039ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111001 10101100
Octal 240 71 254
Decimal 160 57 172
Hex A0 39 AC

RGB Percentages of Color #a039ac

%41.13
%14.65
%44.22

CMYK Percentages of Color #a039ac

%7
%67
%0
%33

Triadic Colors of #a039ac

#a039ac #aca039 #39aca0

Analogous Colors of #a039ac

#a039ac #ac397f #6739ac

Monochromatic Colors of #a039ac

#a039ac

Complementary Color

#a039ac #45ac39

#a039ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a039ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a039ac Color CSS Codes

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

#a039ac Text Font Color

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

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


#a039ac Background Color

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

This div background color is #a039ac


#a039ac Border Color

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

This div border color is #a039ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a039ac


Comments

No comments written yet.

Please login to write comment.