Color Hex Logo

#a878aa Color Hex

#A878AA
(168,120,170)
0 Favorites   0 Comments

Color spaces of #a878aa

RGB 168120170
HSL0.830.230.57
HSV298°29°67°
CMYK 0.010.290.00   0.33
XYZ30.120624.660141.2025
Yxy24.66010.31380.2569
Hunter Lab49.658921.3659-14.4322
CIE-Lab56.742727.3418-19.2424

#a878aa color RGB value is (168,120,170).

#a878aa hex color red value is 168, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a878aa hue: 0.83 , saturation: 0.23 and the lightness value of a878aa is 0.57.

The process color (four color CMYK) of #a878aa color hex is 0.01, 0.29, 0.00, 0.33. Web safe color of #a878aa is #996699. Color #a878aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111000 10101010
Octal 250 170 252
Decimal 168 120 170
Hex A8 78 AA

RGB Percentages of Color #a878aa

%36.68
%26.20
%37.12

CMYK Percentages of Color #a878aa

%1
%29
%0
%33

Triadic Colors of #a878aa

#a878aa #aaa878 #78aaa8

Analogous Colors of #a878aa

#a878aa #aa7893 #8f78aa

Monochromatic Colors of #a878aa

#a878aa

Complementary Color

#a878aa #7aaa78

#a878aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a878aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a878aa Color CSS Codes

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

#a878aa Text Font Color

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

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


#a878aa Background Color

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

This div background color is #a878aa


#a878aa Border Color

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

This div border color is #a878aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a878aa


Comments

No comments written yet.

Please login to write comment.