Color Hex Logo

#bb118f Color Hex

#BB118F
(187,17,143)
0 Favorites   0 Comments

Color spaces of #bb118f

RGB 18717143
HSL0.880.830.40
HSV316°91°73°
CMYK 0.000.910.24   0.27
XYZ25.651912.948927.1340
Yxy12.94890.39020.1970
Hunter Lab35.984664.2722-19.5181
CIE-Lab42.686170.1624-24.6751

#bb118f color RGB value is (187,17,143).

#bb118f hex color red value is 187, green value is 17 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #bb118f hue: 0.88 , saturation: 0.83 and the lightness value of bb118f is 0.40.

The process color (four color CMYK) of #bb118f color hex is 0.00, 0.91, 0.24, 0.27. Web safe color of #bb118f is #cc0099. Color #bb118f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 10001111
Octal 273 21 217
Decimal 187 17 143
Hex BB 11 8F

RGB Percentages of Color #bb118f

%53.89
%4.90
%41.21

CMYK Percentages of Color #bb118f

%0
%91
%24
%27

Triadic Colors of #bb118f

#bb118f #8fbb11 #118fbb

Analogous Colors of #bb118f

#bb118f #bb113a #9211bb

Monochromatic Colors of #bb118f

#bb118f

Complementary Color

#bb118f #11bb3d

#bb118f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb118f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb118f Color CSS Codes

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

#bb118f Text Font Color

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

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


#bb118f Background Color

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

This div background color is #bb118f


#bb118f Border Color

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

This div border color is #bb118f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb118f


Comments

No comments written yet.

Please login to write comment.