Color Hex Logo

#a13847 Color Hex

#A13847
(161,56,71)
0 Favorites   0 Comments

Color spaces of #a13847

RGB 1615671
HSL0.980.480.43
HSV351°65°63°
CMYK 0.000.650.56   0.37
XYZ17.249410.86037.1483
Yxy10.86030.48920.3080
Hunter Lab32.955035.759910.2078
CIE-Lab39.344244.531414.7388

#a13847 color RGB value is (161,56,71).

#a13847 hex color red value is 161, green value is 56 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #a13847 hue: 0.98 , saturation: 0.48 and the lightness value of a13847 is 0.43.

The process color (four color CMYK) of #a13847 color hex is 0.00, 0.65, 0.56, 0.37. Web safe color of #a13847 is #993333. Color #a13847 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 01000111
Octal 241 70 107
Decimal 161 56 71
Hex A1 38 47

RGB Percentages of Color #a13847

%55.90
%19.44
%24.65

CMYK Percentages of Color #a13847

%0
%65
%56
%37

Triadic Colors of #a13847

#a13847 #47a138 #3847a1

Analogous Colors of #a13847

#a13847 #a15e38 #a1387c

Monochromatic Colors of #a13847

#a13847

Complementary Color

#a13847 #38a192

#a13847 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13847 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13847 Color CSS Codes

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

#a13847 Text Font Color

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

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


#a13847 Background Color

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

This div background color is #a13847


#a13847 Border Color

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

This div border color is #a13847


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13847


Comments

No comments written yet.

Please login to write comment.