Color Hex Logo

#a6486c Color Hex

#A6486C
(166,72,108)
0 Favorites   0 Comments

Color spaces of #a6486c

RGB 16672108
HSL0.940.390.47
HSV337°57°65°
CMYK 0.000.570.35   0.35
XYZ20.750013.824415.7621
Yxy13.82440.41220.2746
Hunter Lab37.181234.54990.8922
CIE-Lab43.980042.5324-1.6003

#a6486c color RGB value is (166,72,108).

#a6486c hex color red value is 166, green value is 72 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a6486c hue: 0.94 , saturation: 0.39 and the lightness value of a6486c is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 01101100
Octal 246 110 154
Decimal 166 72 108
Hex A6 48 6C

RGB Percentages of Color #a6486c

%47.98
%20.81
%31.21

CMYK Percentages of Color #a6486c

%0
%57
%35
%35

Triadic Colors of #a6486c

#a6486c #6ca648 #486ca6

Analogous Colors of #a6486c

#a6486c #a65348 #a6489b

Monochromatic Colors of #a6486c

#a6486c

Complementary Color

#a6486c #48a682

#a6486c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6486c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6486c Color CSS Codes

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

#a6486c Text Font Color

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

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


#a6486c Background Color

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

This div background color is #a6486c


#a6486c Border Color

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

This div border color is #a6486c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6486c


Comments

No comments written yet.

Please login to write comment.