Color Hex Logo

#a13849 Color Hex

#A13849
(161,56,73)
0 Favorites   0 Comments

Color spaces of #a13849

RGB 1615673
HSL0.970.480.43
HSV350°65°63°
CMYK 0.000.650.55   0.37
XYZ17.314710.88657.4920
Yxy10.88650.48510.3050
Hunter Lab32.994735.93119.6335
CIE-Lab39.388644.696513.5426

#a13849 color RGB value is (161,56,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 01001001
Octal 241 70 111
Decimal 161 56 73
Hex A1 38 49

RGB Percentages of Color #a13849

%55.52
%19.31
%25.17

CMYK Percentages of Color #a13849

%0
%65
%55
%37

Triadic Colors of #a13849

#a13849 #49a138 #3849a1

Analogous Colors of #a13849

#a13849 #a15c38 #a1387e

Monochromatic Colors of #a13849

#a13849

Complementary Color

#a13849 #38a190

#a13849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13849 Color CSS Codes

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

#a13849 Text Font Color

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

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


#a13849 Background Color

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

This div background color is #a13849


#a13849 Border Color

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

This div border color is #a13849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13849


Comments

No comments written yet.

Please login to write comment.