Color Hex Logo

#ad8fba Color Hex

#AD8FBA
(173,143,186)
0 Favorites   0 Comments

Color spaces of #ad8fba

RGB 173143186
HSL0.780.240.65
HSV282°23°73°
CMYK 0.070.230.00   0.27
XYZ35.919032.074350.7522
Yxy32.07430.30250.2701
Hunter Lab56.634214.0999-13.4883
CIE-Lab63.404219.2323-18.1663

#ad8fba color RGB value is (173,143,186).

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

The process color (four color CMYK) of #ad8fba color hex is 0.07, 0.23, 0.00, 0.27. Web safe color of #ad8fba is #9999cc. Color #ad8fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001111 10111010
Octal 255 217 272
Decimal 173 143 186
Hex AD 8F BA

RGB Percentages of Color #ad8fba

%34.46
%28.49
%37.05

CMYK Percentages of Color #ad8fba

%7
%23
%0
%27

Triadic Colors of #ad8fba

#ad8fba #baad8f #8fbaad

Analogous Colors of #ad8fba

#ad8fba #ba8fb2 #988fba

Monochromatic Colors of #ad8fba

#ad8fba

Complementary Color

#ad8fba #9cba8f

#ad8fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8fba Color CSS Codes

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

#ad8fba Text Font Color

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

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


#ad8fba Background Color

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

This div background color is #ad8fba


#ad8fba Border Color

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

This div border color is #ad8fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8fba


Comments

No comments written yet.

Please login to write comment.