Color Hex Logo

#bb737d Color Hex

#BB737D
(187,115,125)
0 Favorites   0 Comments

Color spaces of #bb737d

RGB 187115125
HSL0.980.350.59
HSV352°39°73°
CMYK 0.000.390.33   0.27
XYZ30.325924.306922.4954
Yxy24.30690.39320.3151
Hunter Lab49.302023.51767.4587
CIE-Lab56.393829.61876.5832

#bb737d color RGB value is (187,115,125).

#bb737d hex color red value is 187, green value is 115 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bb737d hue: 0.98 , saturation: 0.35 and the lightness value of bb737d is 0.59.

The process color (four color CMYK) of #bb737d color hex is 0.00, 0.39, 0.33, 0.27. Web safe color of #bb737d is #cc6666. Color #bb737d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 01111101
Octal 273 163 175
Decimal 187 115 125
Hex BB 73 7D

RGB Percentages of Color #bb737d

%43.79
%26.93
%29.27

CMYK Percentages of Color #bb737d

%0
%39
%33
%27

Triadic Colors of #bb737d

#bb737d #7dbb73 #737dbb

Analogous Colors of #bb737d

#bb737d #bb8d73 #bb73a1

Monochromatic Colors of #bb737d

#bb737d

Complementary Color

#bb737d #73bbb1

#bb737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb737d Color CSS Codes

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

#bb737d Text Font Color

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

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


#bb737d Background Color

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

This div background color is #bb737d


#bb737d Border Color

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

This div border color is #bb737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb737d


Comments

No comments written yet.

Please login to write comment.