Color Hex Logo

#a8324a Color Hex

#A8324A
(168,50,74)
0 Favorites   0 Comments

Color spaces of #a8324a

RGB 1685074
HSL0.970.540.43
HSV348°70°66°
CMYK 0.000.700.56   0.34
XYZ18.525111.10047.6448
Yxy11.10040.49700.2978
Hunter Lab33.317340.94469.7177
CIE-Lab39.749149.599613.6106

#a8324a color RGB value is (168,50,74).

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

The process color (four color CMYK) of #a8324a color hex is 0.00, 0.70, 0.56, 0.34. Web safe color of #a8324a is #993333. Color #a8324a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00110010 01001010
Octal 250 62 112
Decimal 168 50 74
Hex A8 32 4A

RGB Percentages of Color #a8324a

%57.53
%17.12
%25.34

CMYK Percentages of Color #a8324a

%0
%70
%56
%34

Triadic Colors of #a8324a

#a8324a #4aa832 #324aa8

Analogous Colors of #a8324a

#a8324a #a85532 #a83285

Monochromatic Colors of #a8324a

#a8324a

Complementary Color

#a8324a #32a890

#a8324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8324a Color CSS Codes

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

#a8324a Text Font Color

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

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


#a8324a Background Color

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

This div background color is #a8324a


#a8324a Border Color

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

This div border color is #a8324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8324a


Comments

No comments written yet.

Please login to write comment.