Color Hex Logo

#bb106f Color Hex

#BB106F
(187,16,111)
0 Favorites   0 Comments

Color spaces of #bb106f

RGB 18716111
HSL0.910.840.40
HSV327°91°73°
CMYK 0.000.910.41   0.27
XYZ23.548112.083116.1301
Yxy12.08310.45490.2334
Hunter Lab34.760860.0906-3.1799
CIE-Lab41.347966.8442-6.9495

#bb106f color RGB value is (187,16,111).

#bb106f hex color red value is 187, green value is 16 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb106f hue: 0.91 , saturation: 0.84 and the lightness value of bb106f is 0.40.

The process color (four color CMYK) of #bb106f color hex is 0.00, 0.91, 0.41, 0.27. Web safe color of #bb106f is #cc0066. Color #bb106f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 01101111
Octal 273 20 157
Decimal 187 16 111
Hex BB 10 6F

RGB Percentages of Color #bb106f

%59.55
%5.10
%35.35

CMYK Percentages of Color #bb106f

%0
%91
%41
%27

Triadic Colors of #bb106f

#bb106f #6fbb10 #106fbb

Analogous Colors of #bb106f

#bb106f #bb1019 #b210bb

Monochromatic Colors of #bb106f

#bb106f

Complementary Color

#bb106f #10bb5c

#bb106f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb106f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb106f Color CSS Codes

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

#bb106f Text Font Color

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

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


#bb106f Background Color

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

This div background color is #bb106f


#bb106f Border Color

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

This div border color is #bb106f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb106f


Comments

No comments written yet.

Please login to write comment.