Color Hex Logo

#bb757c Color Hex

#BB757C
(187,117,124)
0 Favorites   0 Comments

Color spaces of #bb757c

RGB 187117124
HSL0.980.340.60
HSV354°37°73°
CMYK 0.000.370.34   0.27
XYZ30.492924.742622.2374
Yxy24.74260.39360.3194
Hunter Lab49.741922.37608.3134
CIE-Lab56.823828.39127.7783

#bb757c color RGB value is (187,117,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 01111100
Octal 273 165 174
Decimal 187 117 124
Hex BB 75 7C

RGB Percentages of Color #bb757c

%43.69
%27.34
%28.97

CMYK Percentages of Color #bb757c

%0
%37
%34
%27

Triadic Colors of #bb757c

#bb757c #7cbb75 #757cbb

Analogous Colors of #bb757c

#bb757c #bb9175 #bb759f

Monochromatic Colors of #bb757c

#bb757c

Complementary Color

#bb757c #75bbb4

#bb757c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb757c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb757c Color CSS Codes

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

#bb757c Text Font Color

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

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


#bb757c Background Color

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

This div background color is #bb757c


#bb757c Border Color

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

This div border color is #bb757c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb757c


Comments

No comments written yet.

Please login to write comment.