Color Hex Logo

#bb908c Color Hex

#BB908C
(187,144,140)
0 Favorites   0 Comments

Color spaces of #bb908c

RGB 187144140
HSL0.010.260.64
HSV25°73°
CMYK 0.000.230.25   0.27
XYZ35.200432.404829.2104
Yxy32.40480.36360.3347
Hunter Lab56.925210.75859.4238
CIE-Lab63.676015.63388.3826

#bb908c color RGB value is (187,144,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010000 10001100
Octal 273 220 214
Decimal 187 144 140
Hex BB 90 8C

RGB Percentages of Color #bb908c

%39.70
%30.57
%29.72

CMYK Percentages of Color #bb908c

%0
%23
%25
%27

Triadic Colors of #bb908c

#bb908c #8cbb90 #908cbb

Analogous Colors of #bb908c

#bb908c #bba88c #bb8ca0

Monochromatic Colors of #bb908c

#bb908c

Complementary Color

#bb908c #8cb7bb

#bb908c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb908c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb908c Color CSS Codes

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

#bb908c Text Font Color

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

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


#bb908c Background Color

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

This div background color is #bb908c


#bb908c Border Color

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

This div border color is #bb908c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb908c


Comments

No comments written yet.

Please login to write comment.