Color Hex Logo

#a987cd Color Hex

#A987CD
(169,135,205)
0 Favorites   0 Comments

Color spaces of #a987cd

RGB 169135205
HSL0.750.410.67
HSV269°34°80°
CMYK 0.180.340.00   0.20
XYZ36.045630.170761.6813
Yxy30.17070.28180.2359
Hunter Lab54.927921.0142-28.1303
CIE-Lab61.801226.5660-31.3459

#a987cd color RGB value is (169,135,205).

#a987cd hex color red value is 169, green value is 135 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a987cd hue: 0.75 , saturation: 0.41 and the lightness value of a987cd is 0.67.

The process color (four color CMYK) of #a987cd color hex is 0.18, 0.34, 0.00, 0.20. Web safe color of #a987cd is #9999cc. Color #a987cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11001101
Octal 251 207 315
Decimal 169 135 205
Hex A9 87 CD

RGB Percentages of Color #a987cd

%33.20
%26.52
%40.28

CMYK Percentages of Color #a987cd

%18
%34
%0
%20

Triadic Colors of #a987cd

#a987cd #cda987 #87cda9

Analogous Colors of #a987cd

#a987cd #cc87cd #8788cd

Monochromatic Colors of #a987cd

#a987cd

Complementary Color

#a987cd #abcd87

#a987cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987cd Color CSS Codes

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

#a987cd Text Font Color

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

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


#a987cd Background Color

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

This div background color is #a987cd


#a987cd Border Color

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

This div border color is #a987cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987cd


Comments

No comments written yet.

Please login to write comment.