Color Hex Logo

#bc87ac Color Hex

#BC87AC
(188,135,172)
0 Favorites   0 Comments

Color spaces of #bc87ac

RGB 188135172
HSL0.880.280.63
HSV318°28°74°
CMYK 0.000.280.09   0.26
XYZ36.849430.997943.0707
Yxy30.99790.33220.2795
Hunter Lab55.675820.7089-6.8936
CIE-Lab62.505926.1992-11.4601

#bc87ac color RGB value is (188,135,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 10101100
Octal 274 207 254
Decimal 188 135 172
Hex BC 87 AC

RGB Percentages of Color #bc87ac

%37.98
%27.27
%34.75

CMYK Percentages of Color #bc87ac

%0
%28
%9
%26

Triadic Colors of #bc87ac

#bc87ac #acbc87 #87acbc

Analogous Colors of #bc87ac

#bc87ac #bc8792 #b287bc

Monochromatic Colors of #bc87ac

#bc87ac

Complementary Color

#bc87ac #87bc97

#bc87ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc87ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc87ac Color CSS Codes

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

#bc87ac Text Font Color

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

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


#bc87ac Background Color

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

This div background color is #bc87ac


#bc87ac Border Color

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

This div border color is #bc87ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc87ac


Comments

No comments written yet.

Please login to write comment.