Color Hex Logo

#a6188d Color Hex

#A6188D
(166,24,141)
0 Favorites   0 Comments

Color spaces of #a6188d

RGB 16624141
HSL0.860.750.37
HSV311°86°65°
CMYK 0.000.860.15   0.35
XYZ20.860210.683326.1619
Yxy10.68330.36150.1851
Hunter Lab32.685356.7217-24.5770
CIE-Lab39.041964.3497-29.4370

#a6188d color RGB value is (166,24,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011000 10001101
Octal 246 30 215
Decimal 166 24 141
Hex A6 18 8D

RGB Percentages of Color #a6188d

%50.15
%7.25
%42.60

CMYK Percentages of Color #a6188d

%0
%86
%15
%35

Triadic Colors of #a6188d

#a6188d #8da618 #188da6

Analogous Colors of #a6188d

#a6188d #a61846 #7818a6

Monochromatic Colors of #a6188d

#a6188d

Complementary Color

#a6188d #18a631

#a6188d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6188d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6188d Color CSS Codes

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

#a6188d Text Font Color

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

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


#a6188d Background Color

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

This div background color is #a6188d


#a6188d Border Color

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

This div border color is #a6188d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6188d


Comments

No comments written yet.

Please login to write comment.