Color Hex Logo

#a2474d Color Hex

#A2474D
(162,71,77)
0 Favorites   0 Comments

Color spaces of #a2474d

RGB 1627177
HSL0.990.390.46
HSV356°56°64°
CMYK 0.000.560.52   0.36
XYZ18.493112.72378.5024
Yxy12.72370.46560.3203
Hunter Lab35.670330.119510.8368
CIE-Lab42.343938.247715.1079

#a2474d color RGB value is (162,71,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01001101
Octal 242 107 115
Decimal 162 71 77
Hex A2 47 4D

RGB Percentages of Color #a2474d

%52.26
%22.90
%24.84

CMYK Percentages of Color #a2474d

%0
%56
%52
%36

Triadic Colors of #a2474d

#a2474d #4da247 #474da2

Analogous Colors of #a2474d

#a2474d #a26f47 #a2477b

Monochromatic Colors of #a2474d

#a2474d

Complementary Color

#a2474d #47a29c

#a2474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2474d Color CSS Codes

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

#a2474d Text Font Color

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

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


#a2474d Background Color

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

This div background color is #a2474d


#a2474d Border Color

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

This div border color is #a2474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2474d


Comments

No comments written yet.

Please login to write comment.