Color Hex Logo

#bb727c Color Hex

#BB727C
(187,114,124)
0 Favorites   0 Comments

Color spaces of #bb727c

RGB 187114124
HSL0.980.350.59
HSV352°39°73°
CMYK 0.000.390.34   0.27
XYZ30.148924.054722.1228
Yxy24.05470.39500.3152
Hunter Lab49.045623.89637.5882
CIE-Lab56.142530.03566.8064

#bb727c color RGB value is (187,114,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110010 01111100
Octal 273 162 174
Decimal 187 114 124
Hex BB 72 7C

RGB Percentages of Color #bb727c

%44.00
%26.82
%29.18

CMYK Percentages of Color #bb727c

%0
%39
%34
%27

Triadic Colors of #bb727c

#bb727c #7cbb72 #727cbb

Analogous Colors of #bb727c

#bb727c #bb8d72 #bb72a1

Monochromatic Colors of #bb727c

#bb727c

Complementary Color

#bb727c #72bbb1

#bb727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb727c Color CSS Codes

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

#bb727c Text Font Color

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

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


#bb727c Background Color

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

This div background color is #bb727c


#bb727c Border Color

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

This div border color is #bb727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb727c


Comments

No comments written yet.

Please login to write comment.