Color Hex Logo

#a6647c Color Hex

#A6647C
(166,100,124)
0 Favorites   0 Comments

Color spaces of #a6647c

RGB 166100124
HSL0.940.270.52
HSV338°40°65°
CMYK 0.000.400.25   0.35
XYZ23.921118.676621.4129
Yxy18.67660.37370.2918
Hunter Lab43.216423.17430.8745
CIE-Lab50.306729.8782-1.9841

#a6647c color RGB value is (166,100,124).

#a6647c hex color red value is 166, green value is 100 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #a6647c hue: 0.94 , saturation: 0.27 and the lightness value of a6647c is 0.52.

The process color (four color CMYK) of #a6647c color hex is 0.00, 0.40, 0.25, 0.35. Web safe color of #a6647c is #996666. Color #a6647c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01100100 01111100
Octal 246 144 174
Decimal 166 100 124
Hex A6 64 7C

RGB Percentages of Color #a6647c

%42.56
%25.64
%31.79

CMYK Percentages of Color #a6647c

%0
%40
%25
%35

Triadic Colors of #a6647c

#a6647c #7ca664 #647ca6

Analogous Colors of #a6647c

#a6647c #a66d64 #a6649d

Monochromatic Colors of #a6647c

#a6647c

Complementary Color

#a6647c #64a68e

#a6647c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6647c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6647c Color CSS Codes

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

#a6647c Text Font Color

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

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


#a6647c Background Color

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

This div background color is #a6647c


#a6647c Border Color

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

This div border color is #a6647c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6647c


Comments

No comments written yet.

Please login to write comment.