Color Hex Logo

#a3273e Color Hex

#A3273E
(163,39,62)
0 Favorites   0 Comments

Color spaces of #a3273e

RGB 1633962
HSL0.970.610.40
HSV349°76°64°
CMYK 0.000.760.62   0.36
XYZ16.69939.58545.5274
Yxy9.58540.52490.3013
Hunter Lab30.960342.098411.0871
CIE-Lab37.087851.215317.4764

#a3273e color RGB value is (163,39,62).

#a3273e hex color red value is 163, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #a3273e hue: 0.97 , saturation: 0.61 and the lightness value of a3273e is 0.40.

The process color (four color CMYK) of #a3273e color hex is 0.00, 0.76, 0.62, 0.36. Web safe color of #a3273e is #993333. Color #a3273e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100111 00111110
Octal 243 47 76
Decimal 163 39 62
Hex A3 27 3E

RGB Percentages of Color #a3273e

%61.74
%14.77
%23.48

CMYK Percentages of Color #a3273e

%0
%76
%62
%36

Triadic Colors of #a3273e

#a3273e #3ea327 #273ea3

Analogous Colors of #a3273e

#a3273e #a34e27 #a3277c

Monochromatic Colors of #a3273e

#a3273e

Complementary Color

#a3273e #27a38c

#a3273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3273e Color CSS Codes

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

#a3273e Text Font Color

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

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


#a3273e Background Color

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

This div background color is #a3273e


#a3273e Border Color

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

This div border color is #a3273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3273e


Comments

No comments written yet.

Please login to write comment.