Color Hex Logo

#a987ba Color Hex

#A987BA
(169,135,186)
0 Favorites   0 Comments

Color spaces of #a987ba

RGB 169135186
HSL0.780.270.63
HSV280°27°73°
CMYK 0.090.270.00   0.27
XYZ33.889129.308150.3253
Yxy29.30810.29850.2582
Hunter Lab54.137016.9992-17.2197
CIE-Lab61.052622.4266-21.7849

#a987ba color RGB value is (169,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 10111010
Octal 251 207 272
Decimal 169 135 186
Hex A9 87 BA

RGB Percentages of Color #a987ba

%34.49
%27.55
%37.96

CMYK Percentages of Color #a987ba

%9
%27
%0
%27

Triadic Colors of #a987ba

#a987ba #baa987 #87baa9

Analogous Colors of #a987ba

#a987ba #ba87b2 #9087ba

Monochromatic Colors of #a987ba

#a987ba

Complementary Color

#a987ba #98ba87

#a987ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987ba Color CSS Codes

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

#a987ba Text Font Color

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

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


#a987ba Background Color

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

This div background color is #a987ba


#a987ba Border Color

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

This div border color is #a987ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987ba


Comments

No comments written yet.

Please login to write comment.