Color Hex Logo

#a2474c Color Hex

#A2474C
(162,71,76)
0 Favorites   0 Comments

Color spaces of #a2474c

RGB 1627176
HSL0.990.390.46
HSV357°56°64°
CMYK 0.000.560.53   0.36
XYZ18.458012.70978.3178
Yxy12.70970.46750.3219
Hunter Lab35.650730.029011.1223
CIE-Lab42.322538.156515.6942

#a2474c color RGB value is (162,71,76).

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

The process color (four color CMYK) of #a2474c color hex is 0.00, 0.56, 0.53, 0.36. Web safe color of #a2474c is #993333. Color #a2474c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01001100
Octal 242 107 114
Decimal 162 71 76
Hex A2 47 4C

RGB Percentages of Color #a2474c

%52.43
%22.98
%24.60

CMYK Percentages of Color #a2474c

%0
%56
%53
%36

Triadic Colors of #a2474c

#a2474c #4ca247 #474ca2

Analogous Colors of #a2474c

#a2474c #a27047 #a2477a

Monochromatic Colors of #a2474c

#a2474c

Complementary Color

#a2474c #47a29d

#a2474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2474c Color CSS Codes

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

#a2474c Text Font Color

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

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


#a2474c Background Color

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

This div background color is #a2474c


#a2474c Border Color

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

This div border color is #a2474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2474c


Comments

No comments written yet.

Please login to write comment.