Color Hex Logo

#a873ac Color Hex

#A873AC
(168,115,172)
0 Favorites   0 Comments

Color spaces of #a873ac

RGB 168115172
HSL0.820.260.56
HSV296°33°67°
CMYK 0.020.330.00   0.33
XYZ29.725623.564942.0115
Yxy23.56490.31190.2473
Hunter Lab48.543724.3525-17.3312
CIE-Lab55.649530.5573-22.0679

#a873ac color RGB value is (168,115,172).

#a873ac hex color red value is 168, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a873ac hue: 0.82 , saturation: 0.26 and the lightness value of a873ac is 0.56.

The process color (four color CMYK) of #a873ac color hex is 0.02, 0.33, 0.00, 0.33. Web safe color of #a873ac is #996699. Color #a873ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110011 10101100
Octal 250 163 254
Decimal 168 115 172
Hex A8 73 AC

RGB Percentages of Color #a873ac

%36.92
%25.27
%37.80

CMYK Percentages of Color #a873ac

%2
%33
%0
%33

Triadic Colors of #a873ac

#a873ac #aca873 #73aca8

Analogous Colors of #a873ac

#a873ac #ac7394 #8c73ac

Monochromatic Colors of #a873ac

#a873ac

Complementary Color

#a873ac #77ac73

#a873ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a873ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a873ac Color CSS Codes

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

#a873ac Text Font Color

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

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


#a873ac Background Color

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

This div background color is #a873ac


#a873ac Border Color

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

This div border color is #a873ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a873ac


Comments

No comments written yet.

Please login to write comment.