Color Hex Logo

#a987bc Color Hex

#A987BC
(169,135,188)
0 Favorites   0 Comments

Color spaces of #a987bc

RGB 169135188
HSL0.770.280.63
HSV278°28°74°
CMYK 0.100.280.00   0.26
XYZ34.103329.393851.4531
Yxy29.39380.29670.2557
Hunter Lab54.216017.4030-18.3172
CIE-Lab61.127622.8486-22.8021

#a987bc color RGB value is (169,135,188).

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

The process color (four color CMYK) of #a987bc color hex is 0.10, 0.28, 0.00, 0.26. Web safe color of #a987bc is #9999cc. Color #a987bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 10111100
Octal 251 207 274
Decimal 169 135 188
Hex A9 87 BC

RGB Percentages of Color #a987bc

%34.35
%27.44
%38.21

CMYK Percentages of Color #a987bc

%10
%28
%0
%26

Triadic Colors of #a987bc

#a987bc #bca987 #87bca9

Analogous Colors of #a987bc

#a987bc #bc87b5 #8f87bc

Monochromatic Colors of #a987bc

#a987bc

Complementary Color

#a987bc #9abc87

#a987bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987bc Color CSS Codes

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

#a987bc Text Font Color

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

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


#a987bc Background Color

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

This div background color is #a987bc


#a987bc Border Color

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

This div border color is #a987bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987bc


Comments

No comments written yet.

Please login to write comment.