Color Hex Logo

#a6299c Color Hex

#A6299C
(166,41,156)
0 Favorites   0 Comments

Color spaces of #a6299c

RGB 16641156
HSL0.850.600.41
HSV305°75°65°
CMYK 0.000.750.06   0.35
XYZ22.519612.093232.5998
Yxy12.09320.33510.1799
Hunter Lab34.775354.7354-31.2382
CIE-Lab41.363962.1352-34.8944

#a6299c color RGB value is (166,41,156).

#a6299c hex color red value is 166, green value is 41 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a6299c hue: 0.85 , saturation: 0.60 and the lightness value of a6299c is 0.41.

The process color (four color CMYK) of #a6299c color hex is 0.00, 0.75, 0.06, 0.35. Web safe color of #a6299c is #993399. Color #a6299c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 10011100
Octal 246 51 234
Decimal 166 41 156
Hex A6 29 9C

RGB Percentages of Color #a6299c

%45.73
%11.29
%42.98

CMYK Percentages of Color #a6299c

%0
%75
%6
%35

Triadic Colors of #a6299c

#a6299c #9ca629 #299ca6

Analogous Colors of #a6299c

#a6299c #a6295e #7229a6

Monochromatic Colors of #a6299c

#a6299c

Complementary Color

#a6299c #29a633

#a6299c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6299c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6299c Color CSS Codes

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

#a6299c Text Font Color

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

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


#a6299c Background Color

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

This div background color is #a6299c


#a6299c Border Color

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

This div border color is #a6299c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6299c


Comments

No comments written yet.

Please login to write comment.