Color Hex Logo

#a981ba Color Hex

#A981BA
(169,129,186)
0 Favorites   0 Comments

Color spaces of #a981ba

RGB 169129186
HSL0.780.290.62
HSV282°31°73°
CMYK 0.090.310.00   0.27
XYZ33.075427.680750.0540
Yxy27.68070.29850.2498
Hunter Lab52.612520.1442-19.5781
CIE-Lab59.599225.8306-24.0124

#a981ba color RGB value is (169,129,186).

#a981ba hex color red value is 169, green value is 129 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a981ba hue: 0.78 , saturation: 0.29 and the lightness value of a981ba is 0.62.

The process color (four color CMYK) of #a981ba color hex is 0.09, 0.31, 0.00, 0.27. Web safe color of #a981ba is #9999cc. Color #a981ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000001 10111010
Octal 251 201 272
Decimal 169 129 186
Hex A9 81 BA

RGB Percentages of Color #a981ba

%34.92
%26.65
%38.43

CMYK Percentages of Color #a981ba

%9
%31
%0
%27

Triadic Colors of #a981ba

#a981ba #baa981 #81baa9

Analogous Colors of #a981ba

#a981ba #ba81af #8d81ba

Monochromatic Colors of #a981ba

#a981ba

Complementary Color

#a981ba #92ba81

#a981ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a981ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a981ba Color CSS Codes

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

#a981ba Text Font Color

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

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


#a981ba Background Color

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

This div background color is #a981ba


#a981ba Border Color

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

This div border color is #a981ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a981ba


Comments

No comments written yet.

Please login to write comment.