Color Hex Logo

#a884ab Color Hex

#A884AB
(168,132,171)
0 Favorites   0 Comments

Color spaces of #a884ab

RGB 168132171
HSL0.820.190.59
HSV295°23°67°
CMYK 0.020.230.00   0.33
XYZ31.750427.767642.2143
Yxy27.76760.31210.2729
Hunter Lab52.695015.3357-10.6111
CIE-Lab59.678220.7296-15.3558

#a884ab color RGB value is (168,132,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 10101011
Octal 250 204 253
Decimal 168 132 171
Hex A8 84 AB

RGB Percentages of Color #a884ab

%35.67
%28.03
%36.31

CMYK Percentages of Color #a884ab

%2
%23
%0
%33

Triadic Colors of #a884ab

#a884ab #aba884 #84aba8

Analogous Colors of #a884ab

#a884ab #ab849b #9584ab

Monochromatic Colors of #a884ab

#a884ab

Complementary Color

#a884ab #87ab84

#a884ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884ab Color CSS Codes

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

#a884ab Text Font Color

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

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


#a884ab Background Color

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

This div background color is #a884ab


#a884ab Border Color

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

This div border color is #a884ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884ab


Comments

No comments written yet.

Please login to write comment.