Color Hex Logo

#a6186c Color Hex

#A6186C
(166,24,108)
0 Favorites   0 Comments

Color spaces of #a6186c

RGB 16624108
HSL0.900.750.37
HSV325°86°65°
CMYK 0.000.860.35   0.35
XYZ18.75939.843015.0985
Yxy9.84300.42930.2252
Hunter Lab31.373651.8274-6.5718
CIE-Lab37.559260.2553-11.1759

#a6186c color RGB value is (166,24,108).

#a6186c hex color red value is 166, green value is 24 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a6186c hue: 0.90 , saturation: 0.75 and the lightness value of a6186c is 0.37.

The process color (four color CMYK) of #a6186c color hex is 0.00, 0.86, 0.35, 0.35. Web safe color of #a6186c is #990066. Color #a6186c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011000 01101100
Octal 246 30 154
Decimal 166 24 108
Hex A6 18 6C

RGB Percentages of Color #a6186c

%55.70
%8.05
%36.24

CMYK Percentages of Color #a6186c

%0
%86
%35
%35

Triadic Colors of #a6186c

#a6186c #6ca618 #186ca6

Analogous Colors of #a6186c

#a6186c #a61825 #9918a6

Monochromatic Colors of #a6186c

#a6186c

Complementary Color

#a6186c #18a652

#a6186c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6186c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6186c Color CSS Codes

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

#a6186c Text Font Color

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

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


#a6186c Background Color

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

This div background color is #a6186c


#a6186c Border Color

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

This div border color is #a6186c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6186c


Comments

No comments written yet.

Please login to write comment.