Color Hex Logo

#a8249e Color Hex

#A8249E
(168,36,158)
0 Favorites   0 Comments

Color spaces of #a8249e

RGB 16836158
HSL0.850.650.40
HSV305°79°66°
CMYK 0.000.790.06   0.34
XYZ22.950912.055233.4650
Yxy12.05520.33520.1761
Hunter Lab34.720657.2305-32.8415
CIE-Lab41.303764.3571-36.1714

#a8249e color RGB value is (168,36,158).

#a8249e hex color red value is 168, green value is 36 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a8249e hue: 0.85 , saturation: 0.65 and the lightness value of a8249e is 0.40.

The process color (four color CMYK) of #a8249e color hex is 0.00, 0.79, 0.06, 0.34. Web safe color of #a8249e is #993399. Color #a8249e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 10011110
Octal 250 44 236
Decimal 168 36 158
Hex A8 24 9E

RGB Percentages of Color #a8249e

%46.41
%9.94
%43.65

CMYK Percentages of Color #a8249e

%0
%79
%6
%34

Triadic Colors of #a8249e

#a8249e #9ea824 #249ea8

Analogous Colors of #a8249e

#a8249e #a8245c #7024a8

Monochromatic Colors of #a8249e

#a8249e

Complementary Color

#a8249e #24a82e

#a8249e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8249e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8249e Color CSS Codes

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

#a8249e Text Font Color

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

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


#a8249e Background Color

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

This div background color is #a8249e


#a8249e Border Color

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

This div border color is #a8249e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8249e


Comments

No comments written yet.

Please login to write comment.