Color Hex Logo

#a879ab Color Hex

#A879AB
(168,121,171)
0 Favorites   0 Comments

Color spaces of #a879ab

RGB 168121171
HSL0.820.230.57
HSV296°29°67°
CMYK 0.020.290.00   0.33
XYZ30.336524.939841.7430
Yxy24.93980.31270.2571
Hunter Lab49.939821.0373-14.6007
CIE-Lab57.016726.9733-19.3998

#a879ab color RGB value is (168,121,171).

#a879ab hex color red value is 168, green value is 121 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a879ab hue: 0.82 , saturation: 0.23 and the lightness value of a879ab is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 10101011
Octal 250 171 253
Decimal 168 121 171
Hex A8 79 AB

RGB Percentages of Color #a879ab

%36.52
%26.30
%37.17

CMYK Percentages of Color #a879ab

%2
%29
%0
%33

Triadic Colors of #a879ab

#a879ab #aba879 #79aba8

Analogous Colors of #a879ab

#a879ab #ab7995 #8f79ab

Monochromatic Colors of #a879ab

#a879ab

Complementary Color

#a879ab #7cab79

#a879ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a879ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a879ab Color CSS Codes

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

#a879ab Text Font Color

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

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


#a879ab Background Color

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

This div background color is #a879ab


#a879ab Border Color

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

This div border color is #a879ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,121,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a879ab


Comments

No comments written yet.

Please login to write comment.