Color Hex Logo

#a6139c Color Hex

#A6139C
(166,19,156)
0 Favorites   0 Comments

Color spaces of #a6139c

RGB 16619156
HSL0.840.790.36
HSV304°89°65°
CMYK 0.000.890.06   0.35
XYZ21.959510.973032.4131
Yxy10.97300.33610.1679
Hunter Lab33.125560.3612-34.8270
CIE-Lab39.535067.4318-37.7917

#a6139c color RGB value is (166,19,156).

#a6139c hex color red value is 166, green value is 19 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #a6139c hue: 0.84 , saturation: 0.79 and the lightness value of a6139c is 0.36.

The process color (four color CMYK) of #a6139c color hex is 0.00, 0.89, 0.06, 0.35. Web safe color of #a6139c is #990099. Color #a6139c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 10011100
Octal 246 23 234
Decimal 166 19 156
Hex A6 13 9C

RGB Percentages of Color #a6139c

%48.68
%5.57
%45.75

CMYK Percentages of Color #a6139c

%0
%89
%6
%35

Triadic Colors of #a6139c

#a6139c #9ca613 #139ca6

Analogous Colors of #a6139c

#a6139c #a61353 #6713a6

Monochromatic Colors of #a6139c

#a6139c

Complementary Color

#a6139c #13a61d

#a6139c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6139c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6139c Color CSS Codes

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

#a6139c Text Font Color

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

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


#a6139c Background Color

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

This div background color is #a6139c


#a6139c Border Color

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

This div border color is #a6139c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6139c


Comments

No comments written yet.

Please login to write comment.