Color Hex Logo

#a987de Color Hex

#A987DE
(169,135,222)
0 Favorites   0 Comments

Color spaces of #a987de

RGB 169135222
HSL0.730.570.70
HSV263°39°87°
CMYK 0.240.390.00   0.13
XYZ38.211031.036973.0840
Yxy31.03690.26850.2181
Hunter Lab55.710824.9360-38.7819
CIE-Lab62.538830.4937-39.7009

#a987de color RGB value is (169,135,222).

#a987de hex color red value is 169, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a987de hue: 0.73 , saturation: 0.57 and the lightness value of a987de is 0.70.

The process color (four color CMYK) of #a987de color hex is 0.24, 0.39, 0.00, 0.13. Web safe color of #a987de is #9999cc. Color #a987de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11011110
Octal 251 207 336
Decimal 169 135 222
Hex A9 87 DE

RGB Percentages of Color #a987de

%32.13
%25.67
%42.21

CMYK Percentages of Color #a987de

%24
%39
%0
%13

Triadic Colors of #a987de

#a987de #dea987 #87dea9

Analogous Colors of #a987de

#a987de #d587de #8791de

Monochromatic Colors of #a987de

#a987de

Complementary Color

#a987de #bcde87

#a987de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987de Color CSS Codes

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

#a987de Text Font Color

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

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


#a987de Background Color

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

This div background color is #a987de


#a987de Border Color

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

This div border color is #a987de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987de


Comments

No comments written yet.

Please login to write comment.