Color Hex Logo

#ba87be Color Hex

#BA87BE
(186,135,190)
0 Favorites   0 Comments

Color spaces of #ba87be

RGB 186135190
HSL0.820.300.64
HSV296°29°75°
CMYK 0.020.290.00   0.25
XYZ38.207931.484852.7786
Yxy31.48480.31200.2571
Hunter Lab56.111323.3513-16.4906
CIE-Lab62.914828.8631-21.0472

#ba87be color RGB value is (186,135,190).

#ba87be hex color red value is 186, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba87be hue: 0.82 , saturation: 0.30 and the lightness value of ba87be is 0.64.

The process color (four color CMYK) of #ba87be color hex is 0.02, 0.29, 0.00, 0.25. Web safe color of #ba87be is #cc99cc. Color #ba87be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000111 10111110
Octal 272 207 276
Decimal 186 135 190
Hex BA 87 BE

RGB Percentages of Color #ba87be

%36.40
%26.42
%37.18

CMYK Percentages of Color #ba87be

%2
%29
%0
%25

Triadic Colors of #ba87be

#ba87be #beba87 #87beba

Analogous Colors of #ba87be

#ba87be #be87a7 #9f87be

Monochromatic Colors of #ba87be

#ba87be

Complementary Color

#ba87be #8bbe87

#ba87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba87be Color CSS Codes

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

#ba87be Text Font Color

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

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


#ba87be Background Color

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

This div background color is #ba87be


#ba87be Border Color

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

This div border color is #ba87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba87be


Comments

No comments written yet.

Please login to write comment.