Color Hex Logo

#a8469e Color Hex

#A8469E
(168,70,158)
0 Favorites   0 Comments

Color spaces of #a8469e

RGB 16870158
HSL0.850.410.47
HSV306°58°66°
CMYK 0.000.580.06   0.34
XYZ24.510215.173833.9848
Yxy15.17380.33270.2060
Hunter Lab38.953644.1463-24.4597
CIE-Lab45.871351.5665-28.9915

#a8469e color RGB value is (168,70,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000110 10011110
Octal 250 106 236
Decimal 168 70 158
Hex A8 46 9E

RGB Percentages of Color #a8469e

%42.42
%17.68
%39.90

CMYK Percentages of Color #a8469e

%0
%58
%6
%34

Triadic Colors of #a8469e

#a8469e #9ea846 #469ea8

Analogous Colors of #a8469e

#a8469e #a8466d #8146a8

Monochromatic Colors of #a8469e

#a8469e

Complementary Color

#a8469e #46a850

#a8469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8469e Color CSS Codes

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

#a8469e Text Font Color

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

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


#a8469e Background Color

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

This div background color is #a8469e


#a8469e Border Color

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

This div border color is #a8469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8469e


Comments

No comments written yet.

Please login to write comment.