Color Hex Logo

#a98ead Color Hex

#A98EAD
(169,142,173)
0 Favorites   0 Comments

Color spaces of #a98ead

RGB 169142173
HSL0.810.160.62
HSV292°18°68°
CMYK 0.020.180.00   0.32
XYZ33.578030.798143.7100
Yxy30.79810.31070.2849
Hunter Lab55.496010.8838-7.8510
CIE-Lab62.336815.8028-12.4744

#a98ead color RGB value is (169,142,173).

#a98ead hex color red value is 169, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a98ead hue: 0.81 , saturation: 0.16 and the lightness value of a98ead is 0.62.

The process color (four color CMYK) of #a98ead color hex is 0.02, 0.18, 0.00, 0.32. Web safe color of #a98ead is #999999. Color #a98ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 10101101
Octal 251 216 255
Decimal 169 142 173
Hex A9 8E AD

RGB Percentages of Color #a98ead

%34.92
%29.34
%35.74

CMYK Percentages of Color #a98ead

%2
%18
%0
%32

Triadic Colors of #a98ead

#a98ead #ada98e #8eada9

Analogous Colors of #a98ead

#a98ead #ad8ea2 #9a8ead

Monochromatic Colors of #a98ead

#a98ead

Complementary Color

#a98ead #92ad8e

#a98ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ead Color CSS Codes

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

#a98ead Text Font Color

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

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


#a98ead Background Color

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

This div background color is #a98ead


#a98ead Border Color

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

This div border color is #a98ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ead


Comments

No comments written yet.

Please login to write comment.