Color Hex Logo

#ad66bf Color Hex

#AD66BF
(173,102,191)
0 Favorites   0 Comments

Color spaces of #ad66bf

RGB 173102191
HSL0.800.410.57
HSV288°47°75°
CMYK 0.090.470.00   0.25
XYZ31.388922.148651.9109
Yxy22.14860.29770.2100
Hunter Lab47.062336.6942-32.4548
CIE-Lab54.184343.0884-35.2340

#ad66bf color RGB value is (173,102,191).

#ad66bf hex color red value is 173, green value is 102 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ad66bf hue: 0.80 , saturation: 0.41 and the lightness value of ad66bf is 0.57.

The process color (four color CMYK) of #ad66bf color hex is 0.09, 0.47, 0.00, 0.25. Web safe color of #ad66bf is #9966cc. Color #ad66bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 10111111
Octal 255 146 277
Decimal 173 102 191
Hex AD 66 BF

RGB Percentages of Color #ad66bf

%37.12
%21.89
%40.99

CMYK Percentages of Color #ad66bf

%9
%47
%0
%25

Triadic Colors of #ad66bf

#ad66bf #bfad66 #66bfad

Analogous Colors of #ad66bf

#ad66bf #bf66a5 #8166bf

Monochromatic Colors of #ad66bf

#ad66bf

Complementary Color

#ad66bf #78bf66

#ad66bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad66bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad66bf Color CSS Codes

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

#ad66bf Text Font Color

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

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


#ad66bf Background Color

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

This div background color is #ad66bf


#ad66bf Border Color

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

This div border color is #ad66bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad66bf


Comments

No comments written yet.

Please login to write comment.