Color Hex Logo

#ab93ad Color Hex

#AB93AD
(171,147,173)
0 Favorites   0 Comments

Color spaces of #ab93ad

RGB 171147173
HSL0.820.140.63
HSV295°15°68°
CMYK 0.010.150.00   0.32
XYZ34.771132.542543.9839
Yxy32.54250.31240.2924
Hunter Lab57.04608.9700-5.7818
CIE-Lab63.788713.6823-10.2786

#ab93ad color RGB value is (171,147,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010011 10101101
Octal 253 223 255
Decimal 171 147 173
Hex AB 93 AD

RGB Percentages of Color #ab93ad

%34.83
%29.94
%35.23

CMYK Percentages of Color #ab93ad

%1
%15
%0
%32

Triadic Colors of #ab93ad

#ab93ad #adab93 #93adab

Analogous Colors of #ab93ad

#ab93ad #ad93a2 #9e93ad

Monochromatic Colors of #ab93ad

#ab93ad

Complementary Color

#ab93ad #95ad93

#ab93ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab93ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab93ad Color CSS Codes

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

#ab93ad Text Font Color

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

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


#ab93ad Background Color

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

This div background color is #ab93ad


#ab93ad Border Color

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

This div border color is #ab93ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab93ad


Comments

No comments written yet.

Please login to write comment.