Color Hex Logo

#a986dc Color Hex

#A986DC
(169,134,220)
0 Favorites   0 Comments

Color spaces of #a986dc

RGB 169134220
HSL0.730.550.69
HSV264°39°86°
CMYK 0.230.390.00   0.14
XYZ37.805630.652571.6341
Yxy30.65250.26990.2188
Hunter Lab55.364724.9999-37.9576
CIE-Lab62.213230.5874-39.0965

#a986dc color RGB value is (169,134,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000110 11011100
Octal 251 206 334
Decimal 169 134 220
Hex A9 86 DC

RGB Percentages of Color #a986dc

%32.31
%25.62
%42.07

CMYK Percentages of Color #a986dc

%23
%39
%0
%14

Triadic Colors of #a986dc

#a986dc #dca986 #86dca9

Analogous Colors of #a986dc

#a986dc #d486dc #868edc

Monochromatic Colors of #a986dc

#a986dc

Complementary Color

#a986dc #b9dc86

#a986dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a986dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a986dc Color CSS Codes

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

#a986dc Text Font Color

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

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


#a986dc Background Color

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

This div background color is #a986dc


#a986dc Border Color

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

This div border color is #a986dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,134,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 #a986dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a986dc


Comments

No comments written yet.

Please login to write comment.