Color Hex Logo

#a876ad Color Hex

#A876AD
(168,118,173)
0 Favorites   0 Comments

Color spaces of #a876ad

RGB 168118173
HSL0.820.250.57
HSV295°32°68°
CMYK 0.030.320.00   0.32
XYZ30.169724.298842.6352
Yxy24.29880.31070.2502
Hunter Lab49.293822.9847-16.7754
CIE-Lab56.385729.0657-21.5156

#a876ad color RGB value is (168,118,173).

#a876ad hex color red value is 168, green value is 118 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a876ad hue: 0.82 , saturation: 0.25 and the lightness value of a876ad is 0.57.

The process color (four color CMYK) of #a876ad color hex is 0.03, 0.32, 0.00, 0.32. Web safe color of #a876ad is #996699. Color #a876ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 10101101
Octal 250 166 255
Decimal 168 118 173
Hex A8 76 AD

RGB Percentages of Color #a876ad

%36.60
%25.71
%37.69

CMYK Percentages of Color #a876ad

%3
%32
%0
%32

Triadic Colors of #a876ad

#a876ad #ada876 #76ada8

Analogous Colors of #a876ad

#a876ad #ad7697 #8d76ad

Monochromatic Colors of #a876ad

#a876ad

Complementary Color

#a876ad #7bad76

#a876ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a876ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a876ad Color CSS Codes

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

#a876ad Text Font Color

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

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


#a876ad Background Color

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

This div background color is #a876ad


#a876ad Border Color

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

This div border color is #a876ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a876ad


Comments

No comments written yet.

Please login to write comment.