Color Hex Logo

#a3484e Color Hex

#A3484E
(163,72,78)
0 Favorites   0 Comments

Color spaces of #a3484e

RGB 1637278
HSL0.990.390.46
HSV356°56°64°
CMYK 0.000.560.52   0.36
XYZ18.796812.97138.7207
Yxy12.97130.46420.3204
Hunter Lab36.015730.132710.8547
CIE-Lab42.720038.204315.0308

#a3484e color RGB value is (163,72,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01001000 01001110
Octal 243 110 116
Decimal 163 72 78
Hex A3 48 4E

RGB Percentages of Color #a3484e

%52.08
%23.00
%24.92

CMYK Percentages of Color #a3484e

%0
%56
%52
%36

Triadic Colors of #a3484e

#a3484e #4ea348 #484ea3

Analogous Colors of #a3484e

#a3484e #a37048 #a3487c

Monochromatic Colors of #a3484e

#a3484e

Complementary Color

#a3484e #48a39d

#a3484e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3484e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3484e Color CSS Codes

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

#a3484e Text Font Color

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

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


#a3484e Background Color

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

This div background color is #a3484e


#a3484e Border Color

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

This div border color is #a3484e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,72,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3484e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3484e;
  -webkit-box-shadow: 1px 1px 3px 2px #a3484e;
  box-shadow:         1px 1px 3px 2px #a3484e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,72,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3484e


Comments

No comments written yet.

Please login to write comment.