Color Hex Logo

#a6329c Color Hex

#A6329C
(166,50,156)
0 Favorites   0 Comments

Color spaces of #a6329c

RGB 16650156
HSL0.850.540.42
HSV305°70°65°
CMYK 0.000.700.06   0.35
XYZ22.867212.788532.7157
Yxy12.78850.33450.1870
Hunter Lab35.761051.5592-29.2083
CIE-Lab42.442859.0682-33.1925

#a6329c color RGB value is (166,50,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 10011100
Octal 246 62 234
Decimal 166 50 156
Hex A6 32 9C

RGB Percentages of Color #a6329c

%44.62
%13.44
%41.94

CMYK Percentages of Color #a6329c

%0
%70
%6
%35

Triadic Colors of #a6329c

#a6329c #9ca632 #329ca6

Analogous Colors of #a6329c

#a6329c #a63262 #7632a6

Monochromatic Colors of #a6329c

#a6329c

Complementary Color

#a6329c #32a63c

#a6329c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6329c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6329c Color CSS Codes

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

#a6329c Text Font Color

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

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


#a6329c Background Color

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

This div background color is #a6329c


#a6329c Border Color

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

This div border color is #a6329c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6329c


Comments

No comments written yet.

Please login to write comment.