Color Hex Logo

#bb898d Color Hex

#BB898D
(187,137,141)
0 Favorites   0 Comments

Color spaces of #bb898d

RGB 187137141
HSL0.990.270.64
HSV355°27°73°
CMYK 0.000.270.25   0.27
XYZ34.246930.379229.2581
Yxy30.37920.36480.3236
Hunter Lab55.117314.45487.1090
CIE-Lab61.980019.67235.3882

#bb898d color RGB value is (187,137,141).

#bb898d hex color red value is 187, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb898d hue: 0.99 , saturation: 0.27 and the lightness value of bb898d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 10001101
Octal 273 211 215
Decimal 187 137 141
Hex BB 89 8D

RGB Percentages of Color #bb898d

%40.22
%29.46
%30.32

CMYK Percentages of Color #bb898d

%0
%27
%25
%27

Triadic Colors of #bb898d

#bb898d #8dbb89 #898dbb

Analogous Colors of #bb898d

#bb898d #bb9e89 #bb89a6

Monochromatic Colors of #bb898d

#bb898d

Complementary Color

#bb898d #89bbb7

#bb898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb898d Color CSS Codes

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

#bb898d Text Font Color

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

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


#bb898d Background Color

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

This div background color is #bb898d


#bb898d Border Color

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

This div border color is #bb898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb898d


Comments

No comments written yet.

Please login to write comment.