Color Hex Logo

#a8528f Color Hex

#A8528F
(168,82,143)
0 Favorites   0 Comments

Color spaces of #a8528f

RGB 16882143
HSL0.880.340.49
HSV317°51°66°
CMYK 0.000.510.15   0.34
XYZ24.123716.342627.8696
Yxy16.34260.35300.2392
Hunter Lab40.426035.7722-12.5762
CIE-Lab47.420843.2060-17.6391

#a8528f color RGB value is (168,82,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010010 10001111
Octal 250 122 217
Decimal 168 82 143
Hex A8 52 8F

RGB Percentages of Color #a8528f

%42.75
%20.87
%36.39

CMYK Percentages of Color #a8528f

%0
%51
%15
%34

Triadic Colors of #a8528f

#a8528f #8fa852 #528fa8

Analogous Colors of #a8528f

#a8528f #a85264 #9652a8

Monochromatic Colors of #a8528f

#a8528f

Complementary Color

#a8528f #52a86b

#a8528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8528f Color CSS Codes

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

#a8528f Text Font Color

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

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


#a8528f Background Color

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

This div background color is #a8528f


#a8528f Border Color

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

This div border color is #a8528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8528f


Comments

No comments written yet.

Please login to write comment.