Color Hex Logo

#a8459a Color Hex

#A8459A
(168,69,154)
0 Favorites   0 Comments

Color spaces of #a8459a

RGB 16869154
HSL0.860.420.46
HSV308°59°66°
CMYK 0.000.590.08   0.34
XYZ24.109314.914232.1799
Yxy14.91420.33860.2095
Hunter Lab38.618943.8522-22.3712
CIE-Lab45.516551.3514-27.1578

#a8459a color RGB value is (168,69,154).

#a8459a hex color red value is 168, green value is 69 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a8459a hue: 0.86 , saturation: 0.42 and the lightness value of a8459a is 0.46.

The process color (four color CMYK) of #a8459a color hex is 0.00, 0.59, 0.08, 0.34. Web safe color of #a8459a is #993399. Color #a8459a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000101 10011010
Octal 250 105 232
Decimal 168 69 154
Hex A8 45 9A

RGB Percentages of Color #a8459a

%42.97
%17.65
%39.39

CMYK Percentages of Color #a8459a

%0
%59
%8
%34

Triadic Colors of #a8459a

#a8459a #9aa845 #459aa8

Analogous Colors of #a8459a

#a8459a #a84569 #8545a8

Monochromatic Colors of #a8459a

#a8459a

Complementary Color

#a8459a #45a853

#a8459a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8459a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8459a Color CSS Codes

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

#a8459a Text Font Color

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

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


#a8459a Background Color

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

This div background color is #a8459a


#a8459a Border Color

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

This div border color is #a8459a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8459a


Comments

No comments written yet.

Please login to write comment.