Color Hex Logo

#a8196a Color Hex

#A8196A
(168,25,106)
0 Favorites   0 Comments

Color spaces of #a8196a

RGB 16825106
HSL0.910.740.38
HSV326°85°66°
CMYK 0.000.850.37   0.34
XYZ19.097610.060714.5710
Yxy10.06070.43670.2301
Hunter Lab31.718651.9663-5.0338
CIE-Lab37.951260.3052-9.2802

#a8196a color RGB value is (168,25,106).

#a8196a hex color red value is 168, green value is 25 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a8196a hue: 0.91 , saturation: 0.74 and the lightness value of a8196a is 0.38.

The process color (four color CMYK) of #a8196a color hex is 0.00, 0.85, 0.37, 0.34. Web safe color of #a8196a is #990066. Color #a8196a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011001 01101010
Octal 250 31 152
Decimal 168 25 106
Hex A8 19 6A

RGB Percentages of Color #a8196a

%56.19
%8.36
%35.45

CMYK Percentages of Color #a8196a

%0
%85
%37
%34

Triadic Colors of #a8196a

#a8196a #6aa819 #196aa8

Analogous Colors of #a8196a

#a8196a #a81922 #9f19a8

Monochromatic Colors of #a8196a

#a8196a

Complementary Color

#a8196a #19a857

#a8196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8196a Color CSS Codes

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

#a8196a Text Font Color

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

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


#a8196a Background Color

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

This div background color is #a8196a


#a8196a Border Color

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

This div border color is #a8196a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,25,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8196a


Comments

No comments written yet.

Please login to write comment.