Color Hex Logo

#ba87ae Color Hex

#BA87AE
(186,135,174)
0 Favorites   0 Comments

Color spaces of #ba87ae

RGB 186135174
HSL0.870.270.63
HSV314°27°73°
CMYK 0.000.270.06   0.27
XYZ36.553730.823044.0673
Yxy30.82300.32800.2766
Hunter Lab55.518520.3682-8.1980
CIE-Lab62.357925.8590-12.8389

#ba87ae color RGB value is (186,135,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 10101110
Octal 272 207 256
Decimal 186 135 174
Hex BA 87 AE

RGB Percentages of Color #ba87ae

%37.58
%27.27
%35.15

CMYK Percentages of Color #ba87ae

%0
%27
%6
%27

Triadic Colors of #ba87ae

#ba87ae #aeba87 #87aeba

Analogous Colors of #ba87ae

#ba87ae #ba8795 #ad87ba

Monochromatic Colors of #ba87ae

#ba87ae

Complementary Color

#ba87ae #87ba93

#ba87ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba87ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba87ae Color CSS Codes

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

#ba87ae Text Font Color

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

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


#ba87ae Background Color

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

This div background color is #ba87ae


#ba87ae Border Color

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

This div border color is #ba87ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba87ae


Comments

No comments written yet.

Please login to write comment.