Color Hex Logo

#a6406c Color Hex

#A6406C
(166,64,108)
0 Favorites   0 Comments

Color spaces of #a6406c

RGB 16664108
HSL0.930.440.45
HSV334°61°65°
CMYK 0.000.610.35   0.35
XYZ20.266112.856515.6008
Yxy12.85650.41590.2639
Hunter Lab35.856038.1418-0.6977
CIE-Lab42.546246.3539-3.7130

#a6406c color RGB value is (166,64,108).

#a6406c hex color red value is 166, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a6406c hue: 0.93 , saturation: 0.44 and the lightness value of a6406c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000000 01101100
Octal 246 100 154
Decimal 166 64 108
Hex A6 40 6C

RGB Percentages of Color #a6406c

%49.11
%18.93
%31.95

CMYK Percentages of Color #a6406c

%0
%61
%35
%35

Triadic Colors of #a6406c

#a6406c #6ca640 #406ca6

Analogous Colors of #a6406c

#a6406c #a64740 #a6409f

Monochromatic Colors of #a6406c

#a6406c

Complementary Color

#a6406c #40a67a

#a6406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6406c Color CSS Codes

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

#a6406c Text Font Color

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

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


#a6406c Background Color

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

This div background color is #a6406c


#a6406c Border Color

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

This div border color is #a6406c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6406c


Comments

No comments written yet.

Please login to write comment.