Color Hex Logo

#ab90ad Color Hex

#AB90AD
(171,144,173)
0 Favorites   0 Comments

Color spaces of #ab90ad

RGB 171144173
HSL0.820.150.62
HSV296°17°68°
CMYK 0.010.170.00   0.32
XYZ34.310731.621643.8304
Yxy31.62160.31260.2881
Hunter Lab56.233110.5041-6.8499
CIE-Lab63.028915.3722-11.4165

#ab90ad color RGB value is (171,144,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010000 10101101
Octal 253 220 255
Decimal 171 144 173
Hex AB 90 AD

RGB Percentages of Color #ab90ad

%35.04
%29.51
%35.45

CMYK Percentages of Color #ab90ad

%1
%17
%0
%32

Triadic Colors of #ab90ad

#ab90ad #adab90 #90adab

Analogous Colors of #ab90ad

#ab90ad #ad90a1 #9d90ad

Monochromatic Colors of #ab90ad

#ab90ad

Complementary Color

#ab90ad #92ad90

#ab90ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab90ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab90ad Color CSS Codes

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

#ab90ad Text Font Color

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

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


#ab90ad Background Color

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

This div background color is #ab90ad


#ab90ad Border Color

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

This div border color is #ab90ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab90ad


Comments

No comments written yet.

Please login to write comment.