Color Hex Logo

#a629ac Color Hex

#A629AC
(166,41,172)
0 Favorites   0 Comments

Color spaces of #a629ac

RGB 16641172
HSL0.830.620.42
HSV297°76°67°
CMYK 0.030.760.00   0.33
XYZ23.965212.671440.2124
Yxy12.67140.31180.1649
Hunter Lab35.596957.8784-42.0597
CIE-Lab42.263964.7392-43.0378

#a629ac color RGB value is (166,41,172).

#a629ac hex color red value is 166, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a629ac hue: 0.83 , saturation: 0.62 and the lightness value of a629ac is 0.42.

The process color (four color CMYK) of #a629ac color hex is 0.03, 0.76, 0.00, 0.33. Web safe color of #a629ac is #993399. Color #a629ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 10101100
Octal 246 51 254
Decimal 166 41 172
Hex A6 29 AC

RGB Percentages of Color #a629ac

%43.80
%10.82
%45.38

CMYK Percentages of Color #a629ac

%3
%76
%0
%33

Triadic Colors of #a629ac

#a629ac #aca629 #29aca6

Analogous Colors of #a629ac

#a629ac #ac2971 #6529ac

Monochromatic Colors of #a629ac

#a629ac

Complementary Color

#a629ac #2fac29

#a629ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629ac Color CSS Codes

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

#a629ac Text Font Color

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

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


#a629ac Background Color

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

This div background color is #a629ac


#a629ac Border Color

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

This div border color is #a629ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,41,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629ac


Comments

No comments written yet.

Please login to write comment.