Color Hex Logo

#a6178e Color Hex

#A6178E
(166,23,142)
0 Favorites   0 Comments

Color spaces of #a6178e

RGB 16623142
HSL0.860.760.37
HSV310°86°65°
CMYK 0.000.860.14   0.35
XYZ20.914810.672826.5489
Yxy10.67280.35980.1836
Hunter Lab32.669357.1042-25.3140
CIE-Lab39.023864.6903-30.0782

#a6178e color RGB value is (166,23,142).

#a6178e hex color red value is 166, green value is 23 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a6178e hue: 0.86 , saturation: 0.76 and the lightness value of a6178e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 10001110
Octal 246 27 216
Decimal 166 23 142
Hex A6 17 8E

RGB Percentages of Color #a6178e

%50.15
%6.95
%42.90

CMYK Percentages of Color #a6178e

%0
%86
%14
%35

Triadic Colors of #a6178e

#a6178e #8ea617 #178ea6

Analogous Colors of #a6178e

#a6178e #a61746 #7717a6

Monochromatic Colors of #a6178e

#a6178e

Complementary Color

#a6178e #17a62f

#a6178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6178e Color CSS Codes

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

#a6178e Text Font Color

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

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


#a6178e Background Color

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

This div background color is #a6178e


#a6178e Border Color

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

This div border color is #a6178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6178e


Comments

No comments written yet.

Please login to write comment.