Color Hex Logo

#ba87ad Color Hex

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

Color spaces of #ba87ad

RGB 186135173
HSL0.880.270.63
HSV315°27°73°
CMYK 0.000.270.07   0.27
XYZ36.456530.784243.5556
Yxy30.78420.32900.2778
Hunter Lab55.483520.1907-7.7053
CIE-Lab62.325025.6782-12.3208

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

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

The process color (four color CMYK) of #ba87ad color hex is 0.00, 0.27, 0.07, 0.27. Web safe color of #ba87ad is #cc9999. Color #ba87ad contains mainly RED color.

Base Numbers

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

RGB Percentages of Color #ba87ad

%37.65
%27.33
%35.02

CMYK Percentages of Color #ba87ad

%0
%27
%7
%27

Triadic Colors of #ba87ad

#ba87ad #adba87 #87adba

Analogous Colors of #ba87ad

#ba87ad #ba8794 #ae87ba

Monochromatic Colors of #ba87ad

#ba87ad

Complementary Color

#ba87ad #87ba94

#ba87ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba87ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba87ad Color CSS Codes

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

#ba87ad Text Font Color

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

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


#ba87ad Background Color

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

This div background color is #ba87ad


#ba87ad Border Color

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

This div border color is #ba87ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba87ad


Comments

No comments written yet.

Please login to write comment.