Color Hex Logo

#bb687f Color Hex

#BB687F
(187,104,127)
0 Favorites   0 Comments

Color spaces of #bb687f

RGB 187104127
HSL0.950.380.57
HSV343°44°73°
CMYK 0.000.440.32   0.27
XYZ29.274621.997722.7817
Yxy21.99770.39530.2970
Hunter Lab46.901729.33624.0321
CIE-Lab54.024635.83611.9989

#bb687f color RGB value is (187,104,127).

#bb687f hex color red value is 187, green value is 104 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb687f hue: 0.95 , saturation: 0.38 and the lightness value of bb687f is 0.57.

The process color (four color CMYK) of #bb687f color hex is 0.00, 0.44, 0.32, 0.27. Web safe color of #bb687f is #cc6666. Color #bb687f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01101000 01111111
Octal 273 150 177
Decimal 187 104 127
Hex BB 68 7F

RGB Percentages of Color #bb687f

%44.74
%24.88
%30.38

CMYK Percentages of Color #bb687f

%0
%44
%32
%27

Triadic Colors of #bb687f

#bb687f #7fbb68 #687fbb

Analogous Colors of #bb687f

#bb687f #bb7b68 #bb68a9

Monochromatic Colors of #bb687f

#bb687f

Complementary Color

#bb687f #68bba4

#bb687f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb687f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb687f Color CSS Codes

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

#bb687f Text Font Color

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

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


#bb687f Background Color

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

This div background color is #bb687f


#bb687f Border Color

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

This div border color is #bb687f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb687f


Comments

No comments written yet.

Please login to write comment.