Color Hex Logo

#bb908d Color Hex

#BB908D
(187,144,141)
0 Favorites   0 Comments

Color spaces of #bb908d

RGB 187144141
HSL0.010.250.64
HSV25°73°
CMYK 0.000.230.25   0.27
XYZ35.274532.434429.6006
Yxy32.43440.36250.3333
Hunter Lab56.951210.89499.0496
CIE-Lab63.700315.78107.8526

#bb908d color RGB value is (187,144,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 10001101
Octal 273 220 215
Decimal 187 144 141
Hex BB 90 8D

RGB Percentages of Color #bb908d

%39.62
%30.51
%29.87

CMYK Percentages of Color #bb908d

%0
%23
%25
%27

Triadic Colors of #bb908d

#bb908d #8dbb90 #908dbb

Analogous Colors of #bb908d

#bb908d #bba78d #bb8da1

Monochromatic Colors of #bb908d

#bb908d

Complementary Color

#bb908d #8db8bb

#bb908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb908d Color CSS Codes

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

#bb908d Text Font Color

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

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


#bb908d Background Color

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

This div background color is #bb908d


#bb908d Border Color

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

This div border color is #bb908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb908d


Comments

No comments written yet.

Please login to write comment.