Color Hex Logo

#ad8dbe Color Hex

#AD8DBE
(173,141,190)
0 Favorites   0 Comments

Color spaces of #ad8dbe

RGB 173141190
HSL0.780.270.65
HSV279°26°75°
CMYK 0.090.260.00   0.25
XYZ36.052731.651752.9244
Yxy31.65170.29890.2624
Hunter Lab56.259815.9325-16.3930
CIE-Lab63.054021.1900-20.9517

#ad8dbe color RGB value is (173,141,190).

#ad8dbe hex color red value is 173, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ad8dbe hue: 0.78 , saturation: 0.27 and the lightness value of ad8dbe is 0.65.

The process color (four color CMYK) of #ad8dbe color hex is 0.09, 0.26, 0.00, 0.25. Web safe color of #ad8dbe is #9999cc. Color #ad8dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001101 10111110
Octal 255 215 276
Decimal 173 141 190
Hex AD 8D BE

RGB Percentages of Color #ad8dbe

%34.33
%27.98
%37.70

CMYK Percentages of Color #ad8dbe

%9
%26
%0
%25

Triadic Colors of #ad8dbe

#ad8dbe #bead8d #8dbead

Analogous Colors of #ad8dbe

#ad8dbe #be8db7 #958dbe

Monochromatic Colors of #ad8dbe

#ad8dbe

Complementary Color

#ad8dbe #9ebe8d

#ad8dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8dbe Color CSS Codes

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

#ad8dbe Text Font Color

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

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


#ad8dbe Background Color

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

This div background color is #ad8dbe


#ad8dbe Border Color

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

This div border color is #ad8dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8dbe


Comments

No comments written yet.

Please login to write comment.