Color Hex Logo

#a34049 Color Hex

#A34049
(163,64,73)
0 Favorites   0 Comments

Color spaces of #a34049

RGB 1636473
HSL0.980.440.45
HSV355°61°64°
CMYK 0.000.610.55   0.36
XYZ18.140311.93447.6508
Yxy11.93440.48080.3163
Hunter Lab34.546233.275011.0516
CIE-Lab41.111741.704915.9383

#a34049 color RGB value is (163,64,73).

#a34049 hex color red value is 163, green value is 64 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a34049 hue: 0.98 , saturation: 0.44 and the lightness value of a34049 is 0.45.

The process color (four color CMYK) of #a34049 color hex is 0.00, 0.61, 0.55, 0.36. Web safe color of #a34049 is #993333. Color #a34049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01000000 01001001
Octal 243 100 111
Decimal 163 64 73
Hex A3 40 49

RGB Percentages of Color #a34049

%54.33
%21.33
%24.33

CMYK Percentages of Color #a34049

%0
%61
%55
%36

Triadic Colors of #a34049

#a34049 #49a340 #4049a3

Analogous Colors of #a34049

#a34049 #a36940 #a3407b

Monochromatic Colors of #a34049

#a34049

Complementary Color

#a34049 #40a39a

#a34049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a34049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a34049 Color CSS Codes

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

#a34049 Text Font Color

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

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


#a34049 Background Color

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

This div background color is #a34049


#a34049 Border Color

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

This div border color is #a34049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a34049


Comments

No comments written yet.

Please login to write comment.