Color Hex Logo

#a968ac Color Hex

#A968AC
(169,104,172)
0 Favorites   0 Comments

Color spaces of #a968ac

RGB 169104172
HSL0.830.290.54
HSV297°40°67°
CMYK 0.020.400.00   0.33
XYZ28.758921.314241.6280
Yxy21.31420.31360.2324
Hunter Lab46.167330.3998-21.1433
CIE-Lab53.291737.0006-25.6888

#a968ac color RGB value is (169,104,172).

#a968ac hex color red value is 169, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a968ac hue: 0.83 , saturation: 0.29 and the lightness value of a968ac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101000 10101100
Octal 251 150 254
Decimal 169 104 172
Hex A9 68 AC

RGB Percentages of Color #a968ac

%37.98
%23.37
%38.65

CMYK Percentages of Color #a968ac

%2
%40
%0
%33

Triadic Colors of #a968ac

#a968ac #aca968 #68aca9

Analogous Colors of #a968ac

#a968ac #ac688d #8768ac

Monochromatic Colors of #a968ac

#a968ac

Complementary Color

#a968ac #6bac68

#a968ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a968ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a968ac Color CSS Codes

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

#a968ac Text Font Color

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

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


#a968ac Background Color

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

This div background color is #a968ac


#a968ac Border Color

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

This div border color is #a968ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a968ac


Comments

No comments written yet.

Please login to write comment.