Color Hex Logo

#bc878e Color Hex

#BC878E
(188,135,142)
0 Favorites   0 Comments

Color spaces of #bc878e

RGB 188135142
HSL0.980.280.63
HSV352°28°74°
CMYK 0.000.280.24   0.26
XYZ34.285529.972329.5694
Yxy29.97230.36540.3194
Hunter Lab54.747015.97916.2997
CIE-Lab61.630321.31344.3292

#bc878e color RGB value is (188,135,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000111 10001110
Octal 274 207 216
Decimal 188 135 142
Hex BC 87 8E

RGB Percentages of Color #bc878e

%40.43
%29.03
%30.54

CMYK Percentages of Color #bc878e

%0
%28
%24
%26

Triadic Colors of #bc878e

#bc878e #8ebc87 #878ebc

Analogous Colors of #bc878e

#bc878e #bc9b87 #bc87a9

Monochromatic Colors of #bc878e

#bc878e

Complementary Color

#bc878e #87bcb5

#bc878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc878e Color CSS Codes

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

#bc878e Text Font Color

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

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


#bc878e Background Color

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

This div background color is #bc878e


#bc878e Border Color

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

This div border color is #bc878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc878e


Comments

No comments written yet.

Please login to write comment.