Color Hex Logo

#a879df Color Hex

#A879DF
(168,121,223)
0 Favorites   0 Comments

Color spaces of #a879df

RGB 168121223
HSL0.740.610.67
HSV268°46°87°
CMYK 0.250.460.00   0.13
XYZ36.305127.327373.1732
Yxy27.32730.26540.1998
Hunter Lab52.275532.4852-46.3989
CIE-Lab59.276138.3168-45.3975

#a879df color RGB value is (168,121,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 11011111
Octal 250 171 337
Decimal 168 121 223
Hex A8 79 DF

RGB Percentages of Color #a879df

%32.81
%23.63
%43.55

CMYK Percentages of Color #a879df

%25
%46
%0
%13

Triadic Colors of #a879df

#a879df #dfa879 #79dfa8

Analogous Colors of #a879df

#a879df #db79df #797ddf

Monochromatic Colors of #a879df

#a879df

Complementary Color

#a879df #b0df79

#a879df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a879df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a879df Color CSS Codes

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

#a879df Text Font Color

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

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


#a879df Background Color

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

This div background color is #a879df


#a879df Border Color

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

This div border color is #a879df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a879df


Comments

No comments written yet.

Please login to write comment.