Color Hex Logo

#a891ad Color Hex

#A891AD
(168,145,173)
0 Favorites   0 Comments

Color spaces of #a891ad

RGB 168145173
HSL0.800.150.62
HSV289°16°68°
CMYK 0.030.160.00   0.32
XYZ33.816731.592843.8508
Yxy31.59280.30950.2892
Hunter Lab56.20759.0298-6.9104
CIE-Lab63.004913.7587-11.4808

#a891ad color RGB value is (168,145,173).

#a891ad hex color red value is 168, green value is 145 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a891ad hue: 0.80 , saturation: 0.15 and the lightness value of a891ad is 0.62.

The process color (four color CMYK) of #a891ad color hex is 0.03, 0.16, 0.00, 0.32. Web safe color of #a891ad is #999999. Color #a891ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010001 10101101
Octal 250 221 255
Decimal 168 145 173
Hex A8 91 AD

RGB Percentages of Color #a891ad

%34.57
%29.84
%35.60

CMYK Percentages of Color #a891ad

%3
%16
%0
%32

Triadic Colors of #a891ad

#a891ad #ada891 #91ada8

Analogous Colors of #a891ad

#a891ad #ad91a4 #9a91ad

Monochromatic Colors of #a891ad

#a891ad

Complementary Color

#a891ad #96ad91

#a891ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a891ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a891ad Color CSS Codes

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

#a891ad Text Font Color

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

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


#a891ad Background Color

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

This div background color is #a891ad


#a891ad Border Color

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

This div border color is #a891ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a891ad


Comments

No comments written yet.

Please login to write comment.