Color Hex Logo

#a879da Color Hex

#A879DA
(168,121,218)
0 Favorites   0 Comments

Color spaces of #a879da

RGB 168121218
HSL0.750.570.66
HSV269°44°85°
CMYK 0.230.440.00   0.15
XYZ35.640727.061569.6746
Yxy27.06150.26920.2044
Hunter Lab52.020731.2588-42.9964
CIE-Lab59.031237.1455-42.9819

#a879da color RGB value is (168,121,218).

#a879da hex color red value is 168, green value is 121 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a879da hue: 0.75 , saturation: 0.57 and the lightness value of a879da is 0.66.

The process color (four color CMYK) of #a879da color hex is 0.23, 0.44, 0.00, 0.15. Web safe color of #a879da is #9966cc. Color #a879da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111001 11011010
Octal 250 171 332
Decimal 168 121 218
Hex A8 79 DA

RGB Percentages of Color #a879da

%33.14
%23.87
%43.00

CMYK Percentages of Color #a879da

%23
%44
%0
%15

Triadic Colors of #a879da

#a879da #daa879 #79daa8

Analogous Colors of #a879da

#a879da #d979da #797bda

Monochromatic Colors of #a879da

#a879da

Complementary Color

#a879da #abda79

#a879da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a879da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a879da Color CSS Codes

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

#a879da Text Font Color

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

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


#a879da Background Color

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

This div background color is #a879da


#a879da Border Color

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

This div border color is #a879da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a879da


Comments

No comments written yet.

Please login to write comment.