Color Hex Logo

#bb897c Color Hex

#BB897C
(187,137,124)
0 Favorites   0 Comments

Color spaces of #bb897c

RGB 187137124
HSL0.030.320.61
HSV12°34°73°
CMYK 0.000.270.34   0.27
XYZ33.077329.911423.0989
Yxy29.91140.38420.3475
Hunter Lab54.691312.247013.2428
CIE-Lab61.577717.309214.4730

#bb897c color RGB value is (187,137,124).

#bb897c hex color red value is 187, green value is 137 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bb897c hue: 0.03 , saturation: 0.32 and the lightness value of bb897c is 0.61.

The process color (four color CMYK) of #bb897c color hex is 0.00, 0.27, 0.34, 0.27. Web safe color of #bb897c is #cc9966. Color #bb897c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001001 01111100
Octal 273 211 174
Decimal 187 137 124
Hex BB 89 7C

RGB Percentages of Color #bb897c

%41.74
%30.58
%27.68

CMYK Percentages of Color #bb897c

%0
%27
%34
%27

Triadic Colors of #bb897c

#bb897c #7cbb89 #897cbb

Analogous Colors of #bb897c

#bb897c #bba97c #bb7c8f

Monochromatic Colors of #bb897c

#bb897c

Complementary Color

#bb897c #7caebb

#bb897c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb897c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb897c Color CSS Codes

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

#bb897c Text Font Color

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

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


#bb897c Background Color

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

This div background color is #bb897c


#bb897c Border Color

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

This div border color is #bb897c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb897c


Comments

No comments written yet.

Please login to write comment.