Color Hex Logo

#ad8ab8 Color Hex

#AD8AB8
(173,138,184)
0 Favorites   0 Comments

Color spaces of #ad8ab8

RGB 173138184
HSL0.790.240.63
HSV286°25°72°
CMYK 0.060.250.00   0.28
XYZ34.973830.521949.3954
Yxy30.52190.30440.2657
Hunter Lab55.246616.3176-14.3379
CIE-Lab62.101921.6465-19.0173

#ad8ab8 color RGB value is (173,138,184).

#ad8ab8 hex color red value is 173, green value is 138 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ad8ab8 hue: 0.79 , saturation: 0.24 and the lightness value of ad8ab8 is 0.63.

The process color (four color CMYK) of #ad8ab8 color hex is 0.06, 0.25, 0.00, 0.28. Web safe color of #ad8ab8 is #9999cc. Color #ad8ab8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001010 10111000
Octal 255 212 270
Decimal 173 138 184
Hex AD 8A B8

RGB Percentages of Color #ad8ab8

%34.95
%27.88
%37.17

CMYK Percentages of Color #ad8ab8

%6
%25
%0
%28

Triadic Colors of #ad8ab8

#ad8ab8 #b8ad8a #8ab8ad

Analogous Colors of #ad8ab8

#ad8ab8 #b88aac #968ab8

Monochromatic Colors of #ad8ab8

#ad8ab8

Complementary Color

#ad8ab8 #95b88a

#ad8ab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8ab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8ab8 Color CSS Codes

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

#ad8ab8 Text Font Color

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

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


#ad8ab8 Background Color

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

This div background color is #ad8ab8


#ad8ab8 Border Color

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

This div border color is #ad8ab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8ab8


Comments

No comments written yet.

Please login to write comment.