Color Hex Logo

#a8529f Color Hex

#A8529F
(168,82,159)
0 Favorites   0 Comments

Color spaces of #a8529f

RGB 16882159
HSL0.850.340.49
HSV306°51°66°
CMYK 0.000.510.05   0.34
XYZ25.423816.862634.7157
Yxy16.86260.33020.2190
Hunter Lab41.064138.6516-21.3791
CIE-Lab48.086445.9246-26.1380

#a8529f color RGB value is (168,82,159).

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

The process color (four color CMYK) of #a8529f color hex is 0.00, 0.51, 0.05, 0.34. Web safe color of #a8529f is #996699. Color #a8529f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 10011111
Octal 250 122 237
Decimal 168 82 159
Hex A8 52 9F

RGB Percentages of Color #a8529f

%41.08
%20.05
%38.88

CMYK Percentages of Color #a8529f

%0
%51
%5
%34

Triadic Colors of #a8529f

#a8529f #9fa852 #529fa8

Analogous Colors of #a8529f

#a8529f #a85274 #8652a8

Monochromatic Colors of #a8529f

#a8529f

Complementary Color

#a8529f #52a85b

#a8529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8529f Color CSS Codes

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

#a8529f Text Font Color

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

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


#a8529f Background Color

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

This div background color is #a8529f


#a8529f Border Color

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

This div border color is #a8529f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8529f


Comments

No comments written yet.

Please login to write comment.