Color Hex Logo

#a984de Color Hex

#A984DE
(169,132,222)
0 Favorites   0 Comments

Color spaces of #a984de

RGB 169132222
HSL0.740.580.69
HSV265°41°87°
CMYK 0.240.410.00   0.13
XYZ37.798330.211572.9465
Yxy30.21150.26820.2143
Hunter Lab54.965026.5621-40.2109
CIE-Lab61.836332.1883-40.8022

#a984de color RGB value is (169,132,222).

#a984de hex color red value is 169, green value is 132 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a984de hue: 0.74 , saturation: 0.58 and the lightness value of a984de is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10000100 11011110
Octal 251 204 336
Decimal 169 132 222
Hex A9 84 DE

RGB Percentages of Color #a984de

%32.31
%25.24
%42.45

CMYK Percentages of Color #a984de

%24
%41
%0
%13

Triadic Colors of #a984de

#a984de #dea984 #84dea9

Analogous Colors of #a984de

#a984de #d684de #848cde

Monochromatic Colors of #a984de

#a984de

Complementary Color

#a984de #b9de84

#a984de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a984de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a984de Color CSS Codes

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

#a984de Text Font Color

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

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


#a984de Background Color

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

This div background color is #a984de


#a984de Border Color

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

This div border color is #a984de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a984de


Comments

No comments written yet.

Please login to write comment.