Color Hex Logo

#a32714 Color Hex

#A32714
(163,39,20)
0 Favorites   0 Comments

Color spaces of #a32714

RGB 1633920
HSL0.020.780.36
HSV88°64°
CMYK 0.000.760.88   0.36
XYZ15.95609.28811.6136
Yxy9.28810.59410.3458
Hunter Lab30.476440.120518.1943
CIE-Lab36.533249.387841.4488

#a32714 color RGB value is (163,39,20).

#a32714 hex color red value is 163, green value is 39 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #a32714 hue: 0.02 , saturation: 0.78 and the lightness value of a32714 is 0.36.

The process color (four color CMYK) of #a32714 color hex is 0.00, 0.76, 0.88, 0.36. Web safe color of #a32714 is #993300. Color #a32714 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00100111 00010100
Octal 243 47 24
Decimal 163 39 20
Hex A3 27 14

RGB Percentages of Color #a32714

%73.42
%17.57
%9.01

CMYK Percentages of Color #a32714

%0
%76
%88
%36

Triadic Colors of #a32714

#a32714 #14a327 #2714a3

Analogous Colors of #a32714

#a32714 #a36f14 #a31448

Monochromatic Colors of #a32714

#a32714

Complementary Color

#a32714 #1490a3

#a32714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a32714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a32714 Color CSS Codes

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

#a32714 Text Font Color

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

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


#a32714 Background Color

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

This div background color is #a32714


#a32714 Border Color

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

This div border color is #a32714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a32714


Comments

No comments written yet.

Please login to write comment.