Color Hex Logo

#a8508e Color Hex

#A8508E
(168,80,142)
0 Favorites   0 Comments

Color spaces of #a8508e

RGB 16880142
HSL0.880.350.49
HSV318°52°66°
CMYK 0.000.520.15   0.34
XYZ23.899616.015127.4228
Yxy16.01510.35490.2378
Hunter Lab40.018936.5687-12.6151
CIE-Lab46.994344.0611-17.6922

#a8508e color RGB value is (168,80,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01010000 10001110
Octal 250 120 216
Decimal 168 80 142
Hex A8 50 8E

RGB Percentages of Color #a8508e

%43.08
%20.51
%36.41

CMYK Percentages of Color #a8508e

%0
%52
%15
%34

Triadic Colors of #a8508e

#a8508e #8ea850 #508ea8

Analogous Colors of #a8508e

#a8508e #a85062 #9650a8

Monochromatic Colors of #a8508e

#a8508e

Complementary Color

#a8508e #50a86a

#a8508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8508e Color CSS Codes

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

#a8508e Text Font Color

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

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


#a8508e Background Color

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

This div background color is #a8508e


#a8508e Border Color

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

This div border color is #a8508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8508e


Comments

No comments written yet.

Please login to write comment.