Color Hex Logo

#ad93ab Color Hex

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

Color spaces of #ad93ab

RGB 173147171
HSL0.850.140.63
HSV305°15°68°
CMYK 0.000.150.01   0.32
XYZ35.018032.691942.9926
Yxy32.69190.31630.2953
Hunter Lab57.17689.2630-4.5578
CIE-Lab63.910714.0012-8.9493

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

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

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

Base Numbers

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

RGB Percentages of Color #ad93ab

%35.23
%29.94
%34.83

CMYK Percentages of Color #ad93ab

%0
%15
%1
%32

Triadic Colors of #ad93ab

#ad93ab #abad93 #93abad

Analogous Colors of #ad93ab

#ad93ab #ad939e #a293ad

Monochromatic Colors of #ad93ab

#ad93ab

Complementary Color

#ad93ab #93ad95

#ad93ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad93ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad93ab Color CSS Codes

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

#ad93ab Text Font Color

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

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


#ad93ab Background Color

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

This div background color is #ad93ab


#ad93ab Border Color

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

This div border color is #ad93ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad93ab


Comments

No comments written yet.

Please login to write comment.