Color Hex Logo

#a3475f Color Hex

#A3475F
(163,71,95)
0 Favorites   0 Comments

Color spaces of #a3475f

RGB 1637195
HSL0.960.390.46
HSV344°56°64°
CMYK 0.000.560.42   0.36
XYZ19.423113.119212.3350
Yxy13.11920.43280.2923
Hunter Lab36.220432.33435.1629
CIE-Lab42.942340.44614.8512

#a3475f color RGB value is (163,71,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000111 01011111
Octal 243 107 137
Decimal 163 71 95
Hex A3 47 5F

RGB Percentages of Color #a3475f

%49.54
%21.58
%28.88

CMYK Percentages of Color #a3475f

%0
%56
%42
%36

Triadic Colors of #a3475f

#a3475f #5fa347 #475fa3

Analogous Colors of #a3475f

#a3475f #a35d47 #a3478d

Monochromatic Colors of #a3475f

#a3475f

Complementary Color

#a3475f #47a38b

#a3475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3475f Color CSS Codes

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

#a3475f Text Font Color

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

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


#a3475f Background Color

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

This div background color is #a3475f


#a3475f Border Color

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

This div border color is #a3475f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3475f


Comments

No comments written yet.

Please login to write comment.