Color Hex Logo

#a6326e Color Hex

#A6326E
(166,50,110)
0 Favorites   0 Comments

Color spaces of #a6326e

RGB 16650110
HSL0.910.540.42
HSV329°70°65°
CMYK 0.000.700.34   0.35
XYZ19.681011.514015.9370
Yxy11.51400.41760.2443
Hunter Lab33.932344.1499-4.0942
CIE-Lab40.433052.5597-8.1029

#a6326e color RGB value is (166,50,110).

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

The process color (four color CMYK) of #a6326e color hex is 0.00, 0.70, 0.34, 0.35. Web safe color of #a6326e is #993366. Color #a6326e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00110010 01101110
Octal 246 62 156
Decimal 166 50 110
Hex A6 32 6E

RGB Percentages of Color #a6326e

%50.92
%15.34
%33.74

CMYK Percentages of Color #a6326e

%0
%70
%34
%35

Triadic Colors of #a6326e

#a6326e #6ea632 #326ea6

Analogous Colors of #a6326e

#a6326e #a63234 #a432a6

Monochromatic Colors of #a6326e

#a6326e

Complementary Color

#a6326e #32a66a

#a6326e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6326e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6326e Color CSS Codes

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

#a6326e Text Font Color

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

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


#a6326e Background Color

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

This div background color is #a6326e


#a6326e Border Color

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

This div border color is #a6326e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6326e


Comments

No comments written yet.

Please login to write comment.