Color Hex Logo

#a2476e Color Hex

#A2476E
(162,71,110)
0 Favorites   0 Comments

Color spaces of #a2476e

RGB 16271110
HSL0.930.390.46
HSV334°56°64°
CMYK 0.000.560.32   0.36
XYZ19.968013.313616.2692
Yxy13.31360.40300.2687
Hunter Lab36.487833.8307-0.8948
CIE-Lab43.232041.9260-4.0043

#a2476e color RGB value is (162,71,110).

#a2476e hex color red value is 162, green value is 71 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a2476e hue: 0.93 , saturation: 0.39 and the lightness value of a2476e is 0.46.

The process color (four color CMYK) of #a2476e color hex is 0.00, 0.56, 0.32, 0.36. Web safe color of #a2476e is #993366. Color #a2476e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01101110
Octal 242 107 156
Decimal 162 71 110
Hex A2 47 6E

RGB Percentages of Color #a2476e

%47.23
%20.70
%32.07

CMYK Percentages of Color #a2476e

%0
%56
%32
%36

Triadic Colors of #a2476e

#a2476e #6ea247 #476ea2

Analogous Colors of #a2476e

#a2476e #a24e47 #a2479c

Monochromatic Colors of #a2476e

#a2476e

Complementary Color

#a2476e #47a27b

#a2476e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2476e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2476e Color CSS Codes

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

#a2476e Text Font Color

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

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


#a2476e Background Color

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

This div background color is #a2476e


#a2476e Border Color

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

This div border color is #a2476e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,71,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2476e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2476e;
  -webkit-box-shadow: 1px 1px 3px 2px #a2476e;
  box-shadow:         1px 1px 3px 2px #a2476e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,71,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2476e


Comments

No comments written yet.

Please login to write comment.