Color Hex Logo

#ad8bbf Color Hex

#AD8BBF
(173,139,191)
0 Favorites   0 Comments

Color spaces of #ad8bbf

RGB 173139191
HSL0.780.290.65
HSV279°27°75°
CMYK 0.090.270.00   0.25
XYZ35.870231.111153.4047
Yxy31.11110.29800.2584
Hunter Lab55.777317.1824-17.7238
CIE-Lab62.601322.5294-22.2064

#ad8bbf color RGB value is (173,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001011 10111111
Octal 255 213 277
Decimal 173 139 191
Hex AD 8B BF

RGB Percentages of Color #ad8bbf

%34.39
%27.63
%37.97

CMYK Percentages of Color #ad8bbf

%9
%27
%0
%25

Triadic Colors of #ad8bbf

#ad8bbf #bfad8b #8bbfad

Analogous Colors of #ad8bbf

#ad8bbf #bf8bb7 #938bbf

Monochromatic Colors of #ad8bbf

#ad8bbf

Complementary Color

#ad8bbf #9dbf8b

#ad8bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8bbf Color CSS Codes

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

#ad8bbf Text Font Color

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

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


#ad8bbf Background Color

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

This div background color is #ad8bbf


#ad8bbf Border Color

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

This div border color is #ad8bbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,139,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 #ad8bbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8bbf


Comments

No comments written yet.

Please login to write comment.