Color Hex Logo

#a881af Color Hex

#A881AF
(168,129,175)
0 Favorites   0 Comments

Color spaces of #a881af

RGB 168129175
HSL0.810.220.60
HSV291°26°69°
CMYK 0.040.260.00   0.31
XYZ31.736627.120544.1195
Yxy27.12050.30820.2634
Hunter Lab52.077317.6448-13.7759
CIE-Lab59.085723.2332-18.5391

#a881af color RGB value is (168,129,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000001 10101111
Octal 250 201 257
Decimal 168 129 175
Hex A8 81 AF

RGB Percentages of Color #a881af

%35.59
%27.33
%37.08

CMYK Percentages of Color #a881af

%4
%26
%0
%31

Triadic Colors of #a881af

#a881af #afa881 #81afa8

Analogous Colors of #a881af

#a881af #af819f #9181af

Monochromatic Colors of #a881af

#a881af

Complementary Color

#a881af #88af81

#a881af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a881af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a881af Color CSS Codes

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

#a881af Text Font Color

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

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


#a881af Background Color

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

This div background color is #a881af


#a881af Border Color

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

This div border color is #a881af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a881af


Comments

No comments written yet.

Please login to write comment.