Color Hex Logo

#a987dc Color Hex

#A987DC
(169,135,220)
0 Favorites   0 Comments

Color spaces of #a987dc

RGB 169135220
HSL0.730.550.70
HSV264°39°86°
CMYK 0.230.390.00   0.14
XYZ37.944430.930371.6804
Yxy30.93030.27000.2201
Hunter Lab55.615024.4587-37.4865
CIE-Lab62.448830.0215-38.7279

#a987dc color RGB value is (169,135,220).

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

The process color (four color CMYK) of #a987dc color hex is 0.23, 0.39, 0.00, 0.14. Web safe color of #a987dc is #9999cc. Color #a987dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000111 11011100
Octal 251 207 334
Decimal 169 135 220
Hex A9 87 DC

RGB Percentages of Color #a987dc

%32.25
%25.76
%41.98

CMYK Percentages of Color #a987dc

%23
%39
%0
%14

Triadic Colors of #a987dc

#a987dc #dca987 #87dca9

Analogous Colors of #a987dc

#a987dc #d487dc #8790dc

Monochromatic Colors of #a987dc

#a987dc

Complementary Color

#a987dc #badc87

#a987dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a987dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a987dc Color CSS Codes

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

#a987dc Text Font Color

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

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


#a987dc Background Color

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

This div background color is #a987dc


#a987dc Border Color

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

This div border color is #a987dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a987dc


Comments

No comments written yet.

Please login to write comment.