Color Hex Logo

#ad87ba Color Hex

#AD87BA
(173,135,186)
0 Favorites   0 Comments

Color spaces of #ad87ba

RGB 173135186
HSL0.790.270.63
HSV285°27°73°
CMYK 0.070.270.00   0.27
XYZ34.760529.757450.3660
Yxy29.75740.30260.2590
Hunter Lab54.550318.2804-16.5569
CIE-Lab61.444323.7512-21.1511

#ad87ba color RGB value is (173,135,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10000111 10111010
Octal 255 207 272
Decimal 173 135 186
Hex AD 87 BA

RGB Percentages of Color #ad87ba

%35.02
%27.33
%37.65

CMYK Percentages of Color #ad87ba

%7
%27
%0
%27

Triadic Colors of #ad87ba

#ad87ba #baad87 #87baad

Analogous Colors of #ad87ba

#ad87ba #ba87ae #9487ba

Monochromatic Colors of #ad87ba

#ad87ba

Complementary Color

#ad87ba #94ba87

#ad87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad87ba Color CSS Codes

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

#ad87ba Text Font Color

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

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


#ad87ba Background Color

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

This div background color is #ad87ba


#ad87ba Border Color

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

This div border color is #ad87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad87ba


Comments

No comments written yet.

Please login to write comment.