Color Hex Logo

#a987ce Color Hex

#A987CE
(169,135,206)
0 Favorites   0 Comments

Color spaces of #a987ce

RGB 169135206
HSL0.750.420.67
HSV269°34°81°
CMYK 0.180.340.00   0.19
XYZ36.166730.219262.3192
Yxy30.21920.28100.2348
Hunter Lab54.972021.2362-28.7339
CIE-Lab61.842926.7913-31.8426

#a987ce color RGB value is (169,135,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11001110
Octal 251 207 316
Decimal 169 135 206
Hex A9 87 CE

RGB Percentages of Color #a987ce

%33.14
%26.47
%40.39

CMYK Percentages of Color #a987ce

%18
%34
%0
%19

Triadic Colors of #a987ce

#a987ce #cea987 #87cea9

Analogous Colors of #a987ce

#a987ce #cd87ce #8789ce

Monochromatic Colors of #a987ce

#a987ce

Complementary Color

#a987ce #acce87

#a987ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987ce Color CSS Codes

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

#a987ce Text Font Color

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

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


#a987ce Background Color

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

This div background color is #a987ce


#a987ce Border Color

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

This div border color is #a987ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987ce


Comments

No comments written yet.

Please login to write comment.