Color Hex Logo

#a3394a Color Hex

#A3394A
(163,57,74)
0 Favorites   0 Comments

Color spaces of #a3394a

RGB 1635774
HSL0.970.480.43
HSV350°65°64°
CMYK 0.000.650.55   0.36
XYZ17.803411.20727.7034
Yxy11.20720.48490.3053
Hunter Lab33.477236.34269.7908
CIE-Lab39.927345.016813.7076

#a3394a color RGB value is (163,57,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00111001 01001010
Octal 243 71 112
Decimal 163 57 74
Hex A3 39 4A

RGB Percentages of Color #a3394a

%55.44
%19.39
%25.17

CMYK Percentages of Color #a3394a

%0
%65
%55
%36

Triadic Colors of #a3394a

#a3394a #4aa339 #394aa3

Analogous Colors of #a3394a

#a3394a #a35d39 #a3397f

Monochromatic Colors of #a3394a

#a3394a

Complementary Color

#a3394a #39a392

#a3394a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3394a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3394a Color CSS Codes

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

#a3394a Text Font Color

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

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


#a3394a Background Color

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

This div background color is #a3394a


#a3394a Border Color

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

This div border color is #a3394a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3394a


Comments

No comments written yet.

Please login to write comment.