Color Hex Logo

#a672ad Color Hex

#A672AD
(166,114,173)
0 Favorites   0 Comments

Color spaces of #a672ad

RGB 166114173
HSL0.810.260.56
HSV293°34°68°
CMYK 0.040.340.00   0.32
XYZ29.286023.158742.4617
Yxy23.15870.30860.2440
Hunter Lab48.123524.4117-18.6280
CIE-Lab55.235430.6607-23.3001

#a672ad color RGB value is (166,114,173).

#a672ad hex color red value is 166, green value is 114 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a672ad hue: 0.81 , saturation: 0.26 and the lightness value of a672ad is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110010 10101101
Octal 246 162 255
Decimal 166 114 173
Hex A6 72 AD

RGB Percentages of Color #a672ad

%36.64
%25.17
%38.19

CMYK Percentages of Color #a672ad

%4
%34
%0
%32

Triadic Colors of #a672ad

#a672ad #ada672 #72ada6

Analogous Colors of #a672ad

#a672ad #ad7297 #8972ad

Monochromatic Colors of #a672ad

#a672ad

Complementary Color

#a672ad #79ad72

#a672ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a672ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a672ad Color CSS Codes

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

#a672ad Text Font Color

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

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


#a672ad Background Color

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

This div background color is #a672ad


#a672ad Border Color

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

This div border color is #a672ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a672ad


Comments

No comments written yet.

Please login to write comment.