Color Hex Logo

#a2474f Color Hex

#A2474F
(162,71,79)
0 Favorites   0 Comments

Color spaces of #a2474f

RGB 1627179
HSL0.990.390.46
HSV355°56°64°
CMYK 0.000.560.51   0.36
XYZ18.564812.75248.8801
Yxy12.75240.46180.3172
Hunter Lab35.710530.303310.2538
CIE-Lab42.387838.432713.9359

#a2474f color RGB value is (162,71,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01001111
Octal 242 107 117
Decimal 162 71 79
Hex A2 47 4F

RGB Percentages of Color #a2474f

%51.92
%22.76
%25.32

CMYK Percentages of Color #a2474f

%0
%56
%51
%36

Triadic Colors of #a2474f

#a2474f #4fa247 #474fa2

Analogous Colors of #a2474f

#a2474f #a26d47 #a2477d

Monochromatic Colors of #a2474f

#a2474f

Complementary Color

#a2474f #47a29a

#a2474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2474f Color CSS Codes

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

#a2474f Text Font Color

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

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


#a2474f Background Color

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

This div background color is #a2474f


#a2474f Border Color

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

This div border color is #a2474f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2474f


Comments

No comments written yet.

Please login to write comment.