Color Hex Logo

#a772ac Color Hex

#A772AC
(167,114,172)
0 Favorites   0 Comments

Color spaces of #a772ac

RGB 167114172
HSL0.820.260.56
HSV295°34°67°
CMYK 0.030.340.00   0.33
XYZ29.400123.228741.9638
Yxy23.22870.31080.2456
Hunter Lab48.196224.5434-17.8858
CIE-Lab55.307130.7897-22.6031

#a772ac color RGB value is (167,114,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 10101100
Octal 247 162 254
Decimal 167 114 172
Hex A7 72 AC

RGB Percentages of Color #a772ac

%36.87
%25.17
%37.97

CMYK Percentages of Color #a772ac

%3
%34
%0
%33

Triadic Colors of #a772ac

#a772ac #aca772 #72aca7

Analogous Colors of #a772ac

#a772ac #ac7294 #8a72ac

Monochromatic Colors of #a772ac

#a772ac

Complementary Color

#a772ac #77ac72

#a772ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772ac Color CSS Codes

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

#a772ac Text Font Color

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

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


#a772ac Background Color

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

This div background color is #a772ac


#a772ac Border Color

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

This div border color is #a772ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772ac


Comments

No comments written yet.

Please login to write comment.