Color Hex Logo

#bc87aa Color Hex

#BC87AA
(188,135,170)
0 Favorites   0 Comments

Color spaces of #bc87aa

RGB 188135170
HSL0.890.280.63
HSV320°28°74°
CMYK 0.000.280.10   0.26
XYZ36.658730.921642.0665
Yxy30.92160.33430.2820
Hunter Lab55.607220.3624-5.9275
CIE-Lab62.441425.8471-10.4213

#bc87aa color RGB value is (188,135,170).

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

The process color (four color CMYK) of #bc87aa color hex is 0.00, 0.28, 0.10, 0.26. Web safe color of #bc87aa is #cc9999. Color #bc87aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 10101010
Octal 274 207 252
Decimal 188 135 170
Hex BC 87 AA

RGB Percentages of Color #bc87aa

%38.13
%27.38
%34.48

CMYK Percentages of Color #bc87aa

%0
%28
%10
%26

Triadic Colors of #bc87aa

#bc87aa #aabc87 #87aabc

Analogous Colors of #bc87aa

#bc87aa #bc8790 #b487bc

Monochromatic Colors of #bc87aa

#bc87aa

Complementary Color

#bc87aa #87bc99

#bc87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc87aa Color CSS Codes

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

#bc87aa Text Font Color

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

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


#bc87aa Background Color

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

This div background color is #bc87aa


#bc87aa Border Color

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

This div border color is #bc87aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc87aa


Comments

No comments written yet.

Please login to write comment.