Color Hex Logo

#bb739d Color Hex

#BB739D
(187,115,157)
0 Favorites   0 Comments

Color spaces of #bb739d

RGB 187115157
HSL0.900.350.59
HSV325°39°73°
CMYK 0.000.390.16   0.27
XYZ32.710125.260635.0501
Yxy25.26060.35160.2716
Hunter Lab50.259928.2163-6.1655
CIE-Lab57.328534.3186-10.6408

#bb739d color RGB value is (187,115,157).

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

The process color (four color CMYK) of #bb739d color hex is 0.00, 0.39, 0.16, 0.27. Web safe color of #bb739d is #cc6699. Color #bb739d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110011 10011101
Octal 273 163 235
Decimal 187 115 157
Hex BB 73 9D

RGB Percentages of Color #bb739d

%40.74
%25.05
%34.20

CMYK Percentages of Color #bb739d

%0
%39
%16
%27

Triadic Colors of #bb739d

#bb739d #9dbb73 #739dbb

Analogous Colors of #bb739d

#bb739d #bb7379 #b573bb

Monochromatic Colors of #bb739d

#bb739d

Complementary Color

#bb739d #73bb91

#bb739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb739d Color CSS Codes

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

#bb739d Text Font Color

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

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


#bb739d Background Color

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

This div background color is #bb739d


#bb739d Border Color

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

This div border color is #bb739d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb739d


Comments

No comments written yet.

Please login to write comment.