Color Hex Logo

#a879de Color Hex

#A879DE
(168,121,222)
0 Favorites   0 Comments

Color spaces of #a879de

RGB 168121222
HSL0.740.600.67
HSV268°45°87°
CMYK 0.240.450.00   0.13
XYZ36.170627.273572.4652
Yxy27.27350.26610.2007
Hunter Lab52.224032.2378-45.7130
CIE-Lab59.226638.0813-44.9159

#a879de color RGB value is (168,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 11011110
Octal 250 171 336
Decimal 168 121 222
Hex A8 79 DE

RGB Percentages of Color #a879de

%32.88
%23.68
%43.44

CMYK Percentages of Color #a879de

%24
%45
%0
%13

Triadic Colors of #a879de

#a879de #dea879 #79dea8

Analogous Colors of #a879de

#a879de #db79de #797dde

Monochromatic Colors of #a879de

#a879de

Complementary Color

#a879de #afde79

#a879de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a879de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a879de Color CSS Codes

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

#a879de Text Font Color

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

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


#a879de Background Color

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

This div background color is #a879de


#a879de Border Color

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

This div border color is #a879de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a879de


Comments

No comments written yet.

Please login to write comment.