Color Hex Logo

#a980ab Color Hex

#A980AB
(169,128,171)
0 Favorites   0 Comments

Color spaces of #a980ab

RGB 169128171
HSL0.830.200.59
HSV297°25°67°
CMYK 0.010.250.00   0.33
XYZ31.432026.813642.0470
Yxy26.81360.31340.2674
Hunter Lab51.781917.7327-11.8963
CIE-Lab58.801423.3453-16.6746

#a980ab color RGB value is (169,128,171).

#a980ab hex color red value is 169, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a980ab hue: 0.83 , saturation: 0.20 and the lightness value of a980ab is 0.59.

The process color (four color CMYK) of #a980ab color hex is 0.01, 0.25, 0.00, 0.33. Web safe color of #a980ab is #999999. Color #a980ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 10101011
Octal 251 200 253
Decimal 169 128 171
Hex A9 80 AB

RGB Percentages of Color #a980ab

%36.11
%27.35
%36.54

CMYK Percentages of Color #a980ab

%1
%25
%0
%33

Triadic Colors of #a980ab

#a980ab #aba980 #80aba9

Analogous Colors of #a980ab

#a980ab #ab8098 #9480ab

Monochromatic Colors of #a980ab

#a980ab

Complementary Color

#a980ab #82ab80

#a980ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980ab Color CSS Codes

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

#a980ab Text Font Color

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

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


#a980ab Background Color

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

This div background color is #a980ab


#a980ab Border Color

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

This div border color is #a980ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980ab


Comments

No comments written yet.

Please login to write comment.