Color Hex Logo

#a6487a Color Hex

#A6487A
(166,72,122)
0 Favorites   0 Comments

Color spaces of #a6487a

RGB 16672122
HSL0.910.390.47
HSV328°57°65°
CMYK 0.000.570.27   0.35
XYZ21.556114.146920.0068
Yxy14.14690.38690.2539
Hunter Lab37.612436.4789-5.2089
CIE-Lab44.442944.3867-9.4904

#a6487a color RGB value is (166,72,122).

#a6487a hex color red value is 166, green value is 72 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a6487a hue: 0.91 , saturation: 0.39 and the lightness value of a6487a is 0.47.

The process color (four color CMYK) of #a6487a color hex is 0.00, 0.57, 0.27, 0.35. Web safe color of #a6487a is #993366. Color #a6487a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001000 01111010
Octal 246 110 172
Decimal 166 72 122
Hex A6 48 7A

RGB Percentages of Color #a6487a

%46.11
%20.00
%33.89

CMYK Percentages of Color #a6487a

%0
%57
%27
%35

Triadic Colors of #a6487a

#a6487a #7aa648 #487aa6

Analogous Colors of #a6487a

#a6487a #a6484b #a348a6

Monochromatic Colors of #a6487a

#a6487a

Complementary Color

#a6487a #48a674

#a6487a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6487a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6487a Color CSS Codes

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

#a6487a Text Font Color

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

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


#a6487a Background Color

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

This div background color is #a6487a


#a6487a Border Color

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

This div border color is #a6487a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6487a


Comments

No comments written yet.

Please login to write comment.