Color Hex Logo

#bb157f Color Hex

#BB157F
(187,21,127)
0 Favorites   0 Comments

Color spaces of #bb157f

RGB 18721127
HSL0.890.800.41
HSV322°89°73°
CMYK 0.000.890.32   0.27
XYZ24.592412.633421.2210
Yxy12.63340.42080.2162
Hunter Lab35.543561.3023-10.5182
CIE-Lab42.205667.7224-15.6030

#bb157f color RGB value is (187,21,127).

#bb157f hex color red value is 187, green value is 21 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bb157f hue: 0.89 , saturation: 0.80 and the lightness value of bb157f is 0.41.

The process color (four color CMYK) of #bb157f color hex is 0.00, 0.89, 0.32, 0.27. Web safe color of #bb157f is #cc0066. Color #bb157f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010101 01111111
Octal 273 25 177
Decimal 187 21 127
Hex BB 15 7F

RGB Percentages of Color #bb157f

%55.82
%6.27
%37.91

CMYK Percentages of Color #bb157f

%0
%89
%32
%27

Triadic Colors of #bb157f

#bb157f #7fbb15 #157fbb

Analogous Colors of #bb157f

#bb157f #bb152c #a415bb

Monochromatic Colors of #bb157f

#bb157f

Complementary Color

#bb157f #15bb51

#bb157f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb157f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb157f Color CSS Codes

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

#bb157f Text Font Color

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

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


#bb157f Background Color

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

This div background color is #bb157f


#bb157f Border Color

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

This div border color is #bb157f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb157f


Comments

No comments written yet.

Please login to write comment.