Color Hex Logo

#a3505f Color Hex

#A3505F
(163,80,95)
0 Favorites   0 Comments

Color spaces of #a3505f

RGB 1638095
HSL0.970.340.48
HSV349°51°64°
CMYK 0.000.510.42   0.36
XYZ20.038514.350112.5402
Yxy14.35010.42700.3058
Hunter Lab37.881528.12996.8899
CIE-Lab44.730935.81487.4013

#a3505f color RGB value is (163,80,95).

#a3505f hex color red value is 163, green value is 80 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a3505f hue: 0.97 , saturation: 0.34 and the lightness value of a3505f is 0.48.

The process color (four color CMYK) of #a3505f color hex is 0.00, 0.51, 0.42, 0.36. Web safe color of #a3505f is #996666. Color #a3505f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01010000 01011111
Octal 243 120 137
Decimal 163 80 95
Hex A3 50 5F

RGB Percentages of Color #a3505f

%48.22
%23.67
%28.11

CMYK Percentages of Color #a3505f

%0
%51
%42
%36

Triadic Colors of #a3505f

#a3505f #5fa350 #505fa3

Analogous Colors of #a3505f

#a3505f #a36b50 #a35089

Monochromatic Colors of #a3505f

#a3505f

Complementary Color

#a3505f #50a394

#a3505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3505f Color CSS Codes

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

#a3505f Text Font Color

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

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


#a3505f Background Color

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

This div background color is #a3505f


#a3505f Border Color

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

This div border color is #a3505f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,80,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 #a3505f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3505f


Comments

No comments written yet.

Please login to write comment.