Color Hex Logo

#a038ac Color Hex

#A038AC
(160,56,172)
0 Favorites   0 Comments

Color spaces of #a038ac

RGB 16056172
HSL0.820.510.45
HSV294°67°67°
CMYK 0.070.670.00   0.33
XYZ23.357813.280540.3620
Yxy13.28050.30330.1725
Hunter Lab36.442450.6355-40.1573
CIE-Lab43.182958.0865-41.6310

#a038ac color RGB value is (160,56,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00111000 10101100
Octal 240 70 254
Decimal 160 56 172
Hex A0 38 AC

RGB Percentages of Color #a038ac

%41.24
%14.43
%44.33

CMYK Percentages of Color #a038ac

%7
%67
%0
%33

Triadic Colors of #a038ac

#a038ac #aca038 #38aca0

Analogous Colors of #a038ac

#a038ac #ac387e #6638ac

Monochromatic Colors of #a038ac

#a038ac

Complementary Color

#a038ac #44ac38

#a038ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a038ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a038ac Color CSS Codes

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

#a038ac Text Font Color

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

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


#a038ac Background Color

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

This div background color is #a038ac


#a038ac Border Color

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

This div border color is #a038ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a038ac


Comments

No comments written yet.

Please login to write comment.