Color Hex Logo

#a884af Color Hex

#A884AF
(168,132,175)
0 Favorites   0 Comments

Color spaces of #a884af

RGB 168132175
HSL0.810.210.60
HSV290°25°69°
CMYK 0.040.250.00   0.31
XYZ32.137627.922544.2532
Yxy27.92250.30810.2677
Hunter Lab52.841716.0881-12.6642
CIE-Lab59.818721.5288-17.4247

#a884af color RGB value is (168,132,175).

#a884af hex color red value is 168, green value is 132 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a884af hue: 0.81 , saturation: 0.21 and the lightness value of a884af is 0.60.

The process color (four color CMYK) of #a884af color hex is 0.04, 0.25, 0.00, 0.31. Web safe color of #a884af is #999999. Color #a884af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000100 10101111
Octal 250 204 257
Decimal 168 132 175
Hex A8 84 AF

RGB Percentages of Color #a884af

%35.37
%27.79
%36.84

CMYK Percentages of Color #a884af

%4
%25
%0
%31

Triadic Colors of #a884af

#a884af #afa884 #84afa8

Analogous Colors of #a884af

#a884af #af84a1 #9384af

Monochromatic Colors of #a884af

#a884af

Complementary Color

#a884af #8baf84

#a884af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a884af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a884af Color CSS Codes

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

#a884af Text Font Color

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

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


#a884af Background Color

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

This div background color is #a884af


#a884af Border Color

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

This div border color is #a884af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a884af


Comments

No comments written yet.

Please login to write comment.