Color Hex Logo

#a6288a Color Hex

#A6288A
(166,40,138)
0 Favorites   0 Comments

Color spaces of #a6288a

RGB 16640138
HSL0.870.610.40
HSV313°76°65°
CMYK 0.000.760.17   0.35
XYZ21.072111.459625.1460
Yxy11.45960.36530.1987
Hunter Lab33.852051.8710-20.3454
CIE-Lab40.344059.7547-25.5613

#a6288a color RGB value is (166,40,138).

#a6288a hex color red value is 166, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a6288a hue: 0.87 , saturation: 0.61 and the lightness value of a6288a is 0.40.

The process color (four color CMYK) of #a6288a color hex is 0.00, 0.76, 0.17, 0.35. Web safe color of #a6288a is #993399. Color #a6288a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 10001010
Octal 246 50 212
Decimal 166 40 138
Hex A6 28 8A

RGB Percentages of Color #a6288a

%48.26
%11.63
%40.12

CMYK Percentages of Color #a6288a

%0
%76
%17
%35

Triadic Colors of #a6288a

#a6288a #8aa628 #288aa6

Analogous Colors of #a6288a

#a6288a #a6284b #8328a6

Monochromatic Colors of #a6288a

#a6288a

Complementary Color

#a6288a #28a644

#a6288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6288a Color CSS Codes

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

#a6288a Text Font Color

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

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


#a6288a Background Color

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

This div background color is #a6288a


#a6288a Border Color

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

This div border color is #a6288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6288a


Comments

No comments written yet.

Please login to write comment.