Color Hex Logo

#bb878c Color Hex

#BB878C
(187,135,140)
0 Favorites   0 Comments

Color spaces of #bb878c

RGB 187135140
HSL0.980.280.63
HSV354°28°73°
CMYK 0.000.280.25   0.27
XYZ33.891129.786228.7740
Yxy29.78620.36660.3222
Hunter Lab54.576715.33586.9448
CIE-Lab61.469320.63735.2234

#bb878c color RGB value is (187,135,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000111 10001100
Octal 273 207 214
Decimal 187 135 140
Hex BB 87 8C

RGB Percentages of Color #bb878c

%40.48
%29.22
%30.30

CMYK Percentages of Color #bb878c

%0
%28
%25
%27

Triadic Colors of #bb878c

#bb878c #8cbb87 #878cbb

Analogous Colors of #bb878c

#bb878c #bb9c87 #bb87a6

Monochromatic Colors of #bb878c

#bb878c

Complementary Color

#bb878c #87bbb6

#bb878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb878c Color CSS Codes

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

#bb878c Text Font Color

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

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


#bb878c Background Color

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

This div background color is #bb878c


#bb878c Border Color

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

This div border color is #bb878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb878c


Comments

No comments written yet.

Please login to write comment.