Color Hex Logo

#a668ad Color Hex

#A668AD
(166,104,173)
0 Favorites   0 Comments

Color spaces of #a668ad

RGB 166104173
HSL0.820.300.54
HSV294°40°68°
CMYK 0.040.400.00   0.32
XYZ28.219021.024842.1060
Yxy21.02480.30890.2302
Hunter Lab45.852829.6111-22.3482
CIE-Lab52.976636.2447-26.7854

#a668ad color RGB value is (166,104,173).

#a668ad hex color red value is 166, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a668ad hue: 0.82 , saturation: 0.30 and the lightness value of a668ad is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01101000 10101101
Octal 246 150 255
Decimal 166 104 173
Hex A6 68 AD

RGB Percentages of Color #a668ad

%37.47
%23.48
%39.05

CMYK Percentages of Color #a668ad

%4
%40
%0
%32

Triadic Colors of #a668ad

#a668ad #ada668 #68ada6

Analogous Colors of #a668ad

#a668ad #ad6892 #8468ad

Monochromatic Colors of #a668ad

#a668ad

Complementary Color

#a668ad #6fad68

#a668ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a668ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a668ad Color CSS Codes

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

#a668ad Text Font Color

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

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


#a668ad Background Color

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

This div background color is #a668ad


#a668ad Border Color

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

This div border color is #a668ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a668ad


Comments

No comments written yet.

Please login to write comment.