Color Hex Logo

#a979df Color Hex

#A979DF
(169,121,223)
0 Favorites   0 Comments

Color spaces of #a979df

RGB 169121223
HSL0.750.610.67
HSV268°46°87°
CMYK 0.240.460.00   0.13
XYZ36.518827.437573.1832
Yxy27.43750.26630.2001
Hunter Lab52.380832.7800-46.1697
CIE-Lab59.377138.5916-45.2313

#a979df color RGB value is (169,121,223).

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

The process color (four color CMYK) of #a979df color hex is 0.24, 0.46, 0.00, 0.13. Web safe color of #a979df is #9966cc. Color #a979df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111001 11011111
Octal 251 171 337
Decimal 169 121 223
Hex A9 79 DF

RGB Percentages of Color #a979df

%32.94
%23.59
%43.47

CMYK Percentages of Color #a979df

%24
%46
%0
%13

Triadic Colors of #a979df

#a979df #dfa979 #79dfa9

Analogous Colors of #a979df

#a979df #dc79df #797cdf

Monochromatic Colors of #a979df

#a979df

Complementary Color

#a979df #afdf79

#a979df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a979df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a979df Color CSS Codes

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

#a979df Text Font Color

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

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


#a979df Background Color

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

This div background color is #a979df


#a979df Border Color

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

This div border color is #a979df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a979df


Comments

No comments written yet.

Please login to write comment.