Color Hex Logo

#a8059a Color Hex

#A8059A
(168,5,154)
0 Favorites   0 Comments

Color spaces of #a8059a

RGB 1685154
HSL0.850.940.34
HSV305°97°66°
CMYK 0.000.970.08   0.34
XYZ22.035510.766531.4886
Yxy10.76650.34270.1675
Hunter Lab32.812362.4521-33.9294
CIE-Lab39.184469.2964-37.1143

#a8059a color RGB value is (168,5,154).

#a8059a hex color red value is 168, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #a8059a hue: 0.85 , saturation: 0.94 and the lightness value of a8059a is 0.34.

The process color (four color CMYK) of #a8059a color hex is 0.00, 0.97, 0.08, 0.34. Web safe color of #a8059a is #990099. Color #a8059a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00000101 10011010
Octal 250 5 232
Decimal 168 5 154
Hex A8 5 9A

RGB Percentages of Color #a8059a

%51.38
%1.53
%47.09

CMYK Percentages of Color #a8059a

%0
%97
%8
%34

Triadic Colors of #a8059a

#a8059a #9aa805 #059aa8

Analogous Colors of #a8059a

#a8059a #a80549 #6505a8

Monochromatic Colors of #a8059a

#a8059a

Complementary Color

#a8059a #05a813

#a8059a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8059a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8059a Color CSS Codes

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

#a8059a Text Font Color

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

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


#a8059a Background Color

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

This div background color is #a8059a


#a8059a Border Color

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

This div border color is #a8059a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8059a


Comments

No comments written yet.

Please login to write comment.