Color Hex Logo

#ad66ba Color Hex

#AD66BA
(173,102,186)
0 Favorites   0 Comments

Color spaces of #ad66ba

RGB 173102186
HSL0.810.380.56
HSV291°45°73°
CMYK 0.070.450.00   0.27
XYZ30.847921.932149.0618
Yxy21.93210.30290.2154
Hunter Lab46.831735.6219-29.3311
CIE-Lab53.954942.0803-32.7172

#ad66ba color RGB value is (173,102,186).

#ad66ba hex color red value is 173, green value is 102 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad66ba hue: 0.81 , saturation: 0.38 and the lightness value of ad66ba is 0.56.

The process color (four color CMYK) of #ad66ba color hex is 0.07, 0.45, 0.00, 0.27. Web safe color of #ad66ba is #9966cc. Color #ad66ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10111010
Octal 255 146 272
Decimal 173 102 186
Hex AD 66 BA

RGB Percentages of Color #ad66ba

%37.53
%22.13
%40.35

CMYK Percentages of Color #ad66ba

%7
%45
%0
%27

Triadic Colors of #ad66ba

#ad66ba #baad66 #66baad

Analogous Colors of #ad66ba

#ad66ba #ba669d #8366ba

Monochromatic Colors of #ad66ba

#ad66ba

Complementary Color

#ad66ba #73ba66

#ad66ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66ba Color CSS Codes

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

#ad66ba Text Font Color

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

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


#ad66ba Background Color

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

This div background color is #ad66ba


#ad66ba Border Color

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

This div border color is #ad66ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66ba


Comments

No comments written yet.

Please login to write comment.