Color Hex Logo

#bb939f Color Hex

#BB939F
(187,147,159)
0 Favorites   0 Comments

Color spaces of #bb939f

RGB 187147159
HSL0.950.230.65
HSV342°21°73°
CMYK 0.000.210.15   0.27
XYZ37.185233.935437.3912
Yxy33.93540.34270.3127
Hunter Lab58.254111.99682.7218
CIE-Lab64.911316.9352-0.5532

#bb939f color RGB value is (187,147,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010011 10011111
Octal 273 223 237
Decimal 187 147 159
Hex BB 93 9F

RGB Percentages of Color #bb939f

%37.93
%29.82
%32.25

CMYK Percentages of Color #bb939f

%0
%21
%15
%27

Triadic Colors of #bb939f

#bb939f #9fbb93 #939fbb

Analogous Colors of #bb939f

#bb939f #bb9b93 #bb93b3

Monochromatic Colors of #bb939f

#bb939f

Complementary Color

#bb939f #93bbaf

#bb939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb939f Color CSS Codes

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

#bb939f Text Font Color

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

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


#bb939f Background Color

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

This div background color is #bb939f


#bb939f Border Color

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

This div border color is #bb939f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,147,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 #bb939f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb939f

#bb939f Color Palettes


Comments

No comments written yet.

Please login to write comment.