Color Hex Logo

#a2475e Color Hex

#A2475E
(162,71,94)
0 Favorites   0 Comments

Color spaces of #a2475e

RGB 1627194
HSL0.960.390.46
HSV345°56°64°
CMYK 0.000.560.42   0.36
XYZ19.173912.996012.0876
Yxy12.99600.43320.2936
Hunter Lab36.050031.85145.3550
CIE-Lab42.757239.97895.1834

#a2475e color RGB value is (162,71,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01011110
Octal 242 107 136
Decimal 162 71 94
Hex A2 47 5E

RGB Percentages of Color #a2475e

%49.54
%21.71
%28.75

CMYK Percentages of Color #a2475e

%0
%56
%42
%36

Triadic Colors of #a2475e

#a2475e #5ea247 #475ea2

Analogous Colors of #a2475e

#a2475e #a25e47 #a2478c

Monochromatic Colors of #a2475e

#a2475e

Complementary Color

#a2475e #47a28b

#a2475e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2475e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2475e Color CSS Codes

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

#a2475e Text Font Color

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

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


#a2475e Background Color

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

This div background color is #a2475e


#a2475e Border Color

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

This div border color is #a2475e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2475e


Comments

No comments written yet.

Please login to write comment.