Color Hex Logo

#a6416c Color Hex

#A6416C
(166,65,108)
0 Favorites   0 Comments

Color spaces of #a6416c

RGB 16665108
HSL0.930.440.45
HSV334°61°65°
CMYK 0.000.610.35   0.35
XYZ20.323012.970315.6197
Yxy12.97030.41550.2652
Hunter Lab36.014337.7032-0.5045
CIE-Lab42.718545.8908-3.4583

#a6416c color RGB value is (166,65,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000001 01101100
Octal 246 101 154
Decimal 166 65 108
Hex A6 41 6C

RGB Percentages of Color #a6416c

%48.97
%19.17
%31.86

CMYK Percentages of Color #a6416c

%0
%61
%35
%35

Triadic Colors of #a6416c

#a6416c #6ca641 #416ca6

Analogous Colors of #a6416c

#a6416c #a64941 #a6419f

Monochromatic Colors of #a6416c

#a6416c

Complementary Color

#a6416c #41a67b

#a6416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6416c Color CSS Codes

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

#a6416c Text Font Color

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

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


#a6416c Background Color

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

This div background color is #a6416c


#a6416c Border Color

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

This div border color is #a6416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6416c


Comments

No comments written yet.

Please login to write comment.