Color Hex Logo

#bb949f Color Hex

#BB949F
(187,148,159)
0 Favorites   0 Comments

Color spaces of #bb949f

RGB 187148159
HSL0.950.220.66
HSV343°21°73°
CMYK 0.000.210.15   0.27
XYZ37.341434.247837.4433
Yxy34.24780.34250.3141
Hunter Lab58.521611.48423.0302
CIE-Lab65.158816.3797-0.1914

#bb949f color RGB value is (187,148,159).

#bb949f hex color red value is 187, green value is 148 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bb949f hue: 0.95 , saturation: 0.22 and the lightness value of bb949f is 0.66.

The process color (four color CMYK) of #bb949f color hex is 0.00, 0.21, 0.15, 0.27. Web safe color of #bb949f is #cc9999. Color #bb949f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010100 10011111
Octal 273 224 237
Decimal 187 148 159
Hex BB 94 9F

RGB Percentages of Color #bb949f

%37.85
%29.96
%32.19

CMYK Percentages of Color #bb949f

%0
%21
%15
%27

Triadic Colors of #bb949f

#bb949f #9fbb94 #949fbb

Analogous Colors of #bb949f

#bb949f #bb9d94 #bb94b3

Monochromatic Colors of #bb949f

#bb949f

Complementary Color

#bb949f #94bbb0

#bb949f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb949f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb949f Color CSS Codes

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

#bb949f Text Font Color

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

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


#bb949f Background Color

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

This div background color is #bb949f


#bb949f Border Color

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

This div border color is #bb949f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb949f


Comments

No comments written yet.

Please login to write comment.