Color Hex Logo

#bb757f Color Hex

#BB757F
(187,117,127)
0 Favorites   0 Comments

Color spaces of #bb757f

RGB 187117127
HSL0.980.340.60
HSV351°37°73°
CMYK 0.000.370.32   0.27
XYZ30.685624.819723.2520
Yxy24.81970.38960.3151
Hunter Lab49.819422.76097.2014
CIE-Lab56.899328.78516.1439

#bb757f color RGB value is (187,117,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110101 01111111
Octal 273 165 177
Decimal 187 117 127
Hex BB 75 7F

RGB Percentages of Color #bb757f

%43.39
%27.15
%29.47

CMYK Percentages of Color #bb757f

%0
%37
%32
%27

Triadic Colors of #bb757f

#bb757f #7fbb75 #757fbb

Analogous Colors of #bb757f

#bb757f #bb8e75 #bb75a2

Monochromatic Colors of #bb757f

#bb757f

Complementary Color

#bb757f #75bbb1

#bb757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb757f Color CSS Codes

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

#bb757f Text Font Color

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

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


#bb757f Background Color

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

This div background color is #bb757f


#bb757f Border Color

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

This div border color is #bb757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb757f


Comments

No comments written yet.

Please login to write comment.