Color Hex Logo

#bb157b Color Hex

#BB157B
(187,21,123)
0 Favorites   0 Comments

Color spaces of #bb157b

RGB 18721123
HSL0.900.800.41
HSV323°89°73°
CMYK 0.000.890.34   0.27
XYZ24.336812.531219.8750
Yxy12.53120.42890.2208
Hunter Lab35.399460.7682-8.5087
CIE-Lab42.048267.2931-13.3689

#bb157b color RGB value is (187,21,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010101 01111011
Octal 273 25 173
Decimal 187 21 123
Hex BB 15 7B

RGB Percentages of Color #bb157b

%56.50
%6.34
%37.16

CMYK Percentages of Color #bb157b

%0
%89
%34
%27

Triadic Colors of #bb157b

#bb157b #7bbb15 #157bbb

Analogous Colors of #bb157b

#bb157b #bb1528 #a815bb

Monochromatic Colors of #bb157b

#bb157b

Complementary Color

#bb157b #15bb55

#bb157b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb157b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb157b Color CSS Codes

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

#bb157b Text Font Color

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

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


#bb157b Background Color

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

This div background color is #bb157b


#bb157b Border Color

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

This div border color is #bb157b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb157b


Comments

No comments written yet.

Please login to write comment.