Color Hex Logo

#a980bf Color Hex

#A980BF
(169,128,191)
0 Favorites   0 Comments

Color spaces of #a980bf

RGB 169128191
HSL0.780.330.63
HSV279°33°75°
CMYK 0.120.330.00   0.25
XYZ33.485327.634952.8594
Yxy27.63490.29380.2425
Hunter Lab52.568921.7052-22.8194
CIE-Lab59.557427.4573-26.9158

#a980bf color RGB value is (169,128,191).

#a980bf hex color red value is 169, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a980bf hue: 0.78 , saturation: 0.33 and the lightness value of a980bf is 0.63.

The process color (four color CMYK) of #a980bf color hex is 0.12, 0.33, 0.00, 0.25. Web safe color of #a980bf is #9999cc. Color #a980bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000000 10111111
Octal 251 200 277
Decimal 169 128 191
Hex A9 80 BF

RGB Percentages of Color #a980bf

%34.63
%26.23
%39.14

CMYK Percentages of Color #a980bf

%12
%33
%0
%25

Triadic Colors of #a980bf

#a980bf #bfa980 #80bfa9

Analogous Colors of #a980bf

#a980bf #bf80b6 #8a80bf

Monochromatic Colors of #a980bf

#a980bf

Complementary Color

#a980bf #96bf80

#a980bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a980bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a980bf Color CSS Codes

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

#a980bf Text Font Color

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

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


#a980bf Background Color

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

This div background color is #a980bf


#a980bf Border Color

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

This div border color is #a980bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,128,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a980bf


Comments

No comments written yet.

Please login to write comment.