Color Hex Logo

#ad8fbc Color Hex

#AD8FBC
(173,143,188)
0 Favorites   0 Comments

Color spaces of #ad8fbc

RGB 173143188
HSL0.780.250.65
HSV280°24°74°
CMYK 0.080.240.00   0.26
XYZ36.133132.160051.8800
Yxy32.16000.30070.2676
Hunter Lab56.709814.4906-14.5436
CIE-Lab63.474919.6445-19.1847

#ad8fbc color RGB value is (173,143,188).

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

The process color (four color CMYK) of #ad8fbc color hex is 0.08, 0.24, 0.00, 0.26. Web safe color of #ad8fbc is #9999cc. Color #ad8fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001111 10111100
Octal 255 217 274
Decimal 173 143 188
Hex AD 8F BC

RGB Percentages of Color #ad8fbc

%34.33
%28.37
%37.30

CMYK Percentages of Color #ad8fbc

%8
%24
%0
%26

Triadic Colors of #ad8fbc

#ad8fbc #bcad8f #8fbcad

Analogous Colors of #ad8fbc

#ad8fbc #bc8fb5 #978fbc

Monochromatic Colors of #ad8fbc

#ad8fbc

Complementary Color

#ad8fbc #9ebc8f

#ad8fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad8fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad8fbc Color CSS Codes

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

#ad8fbc Text Font Color

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

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


#ad8fbc Background Color

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

This div background color is #ad8fbc


#ad8fbc Border Color

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

This div border color is #ad8fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad8fbc


Comments

No comments written yet.

Please login to write comment.