Color Hex Logo

#ad87bc Color Hex

#AD87BC
(173,135,188)
0 Favorites   0 Comments

Color spaces of #ad87bc

RGB 173135188
HSL0.790.280.63
HSV283°28°74°
CMYK 0.080.280.00   0.26
XYZ34.974729.843051.4939
Yxy29.84300.30070.2566
Hunter Lab54.628718.6799-17.6475
CIE-Lab61.518524.1644-22.1693

#ad87bc color RGB value is (173,135,188).

#ad87bc hex color red value is 173, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad87bc hue: 0.79 , saturation: 0.28 and the lightness value of ad87bc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 10111100
Octal 255 207 274
Decimal 173 135 188
Hex AD 87 BC

RGB Percentages of Color #ad87bc

%34.88
%27.22
%37.90

CMYK Percentages of Color #ad87bc

%8
%28
%0
%26

Triadic Colors of #ad87bc

#ad87bc #bcad87 #87bcad

Analogous Colors of #ad87bc

#ad87bc #bc87b1 #9387bc

Monochromatic Colors of #ad87bc

#ad87bc

Complementary Color

#ad87bc #96bc87

#ad87bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad87bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad87bc Color CSS Codes

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

#ad87bc Text Font Color

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

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


#ad87bc Background Color

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

This div background color is #ad87bc


#ad87bc Border Color

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

This div border color is #ad87bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad87bc


Comments

No comments written yet.

Please login to write comment.