Color Hex Logo

#ad8acb Color Hex

#AD8ACB
(173,138,203)
0 Favorites   0 Comments

Color spaces of #ad8acb

RGB 173138203
HSL0.760.380.67
HSV272°32°80°
CMYK 0.150.320.00   0.20
XYZ37.101631.373060.6000
Yxy31.37300.28740.2431
Hunter Lab56.011620.2165-24.9388
CIE-Lab62.821325.6697-28.6145

#ad8acb color RGB value is (173,138,203).

#ad8acb hex color red value is 173, green value is 138 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad8acb hue: 0.76 , saturation: 0.38 and the lightness value of ad8acb is 0.67.

The process color (four color CMYK) of #ad8acb color hex is 0.15, 0.32, 0.00, 0.20. Web safe color of #ad8acb is #9999cc. Color #ad8acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001010 11001011
Octal 255 212 313
Decimal 173 138 203
Hex AD 8A CB

RGB Percentages of Color #ad8acb

%33.66
%26.85
%39.49

CMYK Percentages of Color #ad8acb

%15
%32
%0
%20

Triadic Colors of #ad8acb

#ad8acb #cbad8a #8acbad

Analogous Colors of #ad8acb

#ad8acb #cb8ac9 #8d8acb

Monochromatic Colors of #ad8acb

#ad8acb

Complementary Color

#ad8acb #a8cb8a

#ad8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8acb Color CSS Codes

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

#ad8acb Text Font Color

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

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


#ad8acb Background Color

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

This div background color is #ad8acb


#ad8acb Border Color

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

This div border color is #ad8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8acb


Comments

No comments written yet.

Please login to write comment.