Color Hex Logo

#bb869c Color Hex

#BB869C
(187,134,156)
0 Favorites   0 Comments

Color spaces of #bb869c

RGB 187134156
HSL0.930.280.63
HSV335°28°73°
CMYK 0.000.280.17   0.27
XYZ35.019430.015335.4003
Yxy30.01530.34870.2989
Hunter Lab54.786218.22150.0399
CIE-Lab61.667423.6751-3.6148

#bb869c color RGB value is (187,134,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000110 10011100
Octal 273 206 234
Decimal 187 134 156
Hex BB 86 9C

RGB Percentages of Color #bb869c

%39.20
%28.09
%32.70

CMYK Percentages of Color #bb869c

%0
%28
%17
%27

Triadic Colors of #bb869c

#bb869c #9cbb86 #869cbb

Analogous Colors of #bb869c

#bb869c #bb8b86 #bb86b7

Monochromatic Colors of #bb869c

#bb869c

Complementary Color

#bb869c #86bba5

#bb869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb869c Color CSS Codes

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

#bb869c Text Font Color

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

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


#bb869c Background Color

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

This div background color is #bb869c


#bb869c Border Color

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

This div border color is #bb869c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb869c


Comments

No comments written yet.

Please login to write comment.