Color Hex Logo

#ab91ad Color Hex

#AB91AD
(171,145,173)
0 Favorites   0 Comments

Color spaces of #ab91ad

RGB 171145173
HSL0.820.150.62
HSV296°16°68°
CMYK 0.010.160.00   0.32
XYZ34.462831.925943.8811
Yxy31.92590.31250.2895
Hunter Lab56.50309.9920-6.4934
CIE-Lab63.281614.8083-11.0377

#ab91ad color RGB value is (171,145,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 10101101
Octal 253 221 255
Decimal 171 145 173
Hex AB 91 AD

RGB Percentages of Color #ab91ad

%34.97
%29.65
%35.38

CMYK Percentages of Color #ab91ad

%1
%16
%0
%32

Triadic Colors of #ab91ad

#ab91ad #adab91 #91adab

Analogous Colors of #ab91ad

#ab91ad #ad91a1 #9d91ad

Monochromatic Colors of #ab91ad

#ab91ad

Complementary Color

#ab91ad #93ad91

#ab91ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91ad Color CSS Codes

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

#ab91ad Text Font Color

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

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


#ab91ad Background Color

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

This div background color is #ab91ad


#ab91ad Border Color

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

This div border color is #ab91ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91ad


Comments

No comments written yet.

Please login to write comment.