Color Hex Logo

#bb729d Color Hex

#BB729D
(187,114,157)
0 Favorites   0 Comments

Color spaces of #bb729d

RGB 187114157
HSL0.900.350.59
HSV325°39°73°
CMYK 0.000.390.16   0.27
XYZ32.596625.033735.0123
Yxy25.03370.35190.2702
Hunter Lab50.033728.7326-6.4660
CIE-Lab57.108234.8621-10.9712

#bb729d color RGB value is (187,114,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 10011101
Octal 273 162 235
Decimal 187 114 157
Hex BB 72 9D

RGB Percentages of Color #bb729d

%40.83
%24.89
%34.28

CMYK Percentages of Color #bb729d

%0
%39
%16
%27

Triadic Colors of #bb729d

#bb729d #9dbb72 #729dbb

Analogous Colors of #bb729d

#bb729d #bb7279 #b572bb

Monochromatic Colors of #bb729d

#bb729d

Complementary Color

#bb729d #72bb90

#bb729d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb729d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb729d Color CSS Codes

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

#bb729d Text Font Color

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

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


#bb729d Background Color

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

This div background color is #bb729d


#bb729d Border Color

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

This div border color is #bb729d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb729d


Comments

No comments written yet.

Please login to write comment.