Color Hex Logo

#bb107b Color Hex

#BB107B
(187,16,123)
0 Favorites   0 Comments

Color spaces of #bb107b

RGB 18716123
HSL0.900.840.40
HSV322°91°73°
CMYK 0.000.910.34   0.27
XYZ24.254012.365419.8473
Yxy12.36540.42950.2190
Hunter Lab35.164561.5790-8.8489
CIE-Lab41.791168.0410-13.7595

#bb107b color RGB value is (187,16,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 01111011
Octal 273 20 173
Decimal 187 16 123
Hex BB 10 7B

RGB Percentages of Color #bb107b

%57.36
%4.91
%37.73

CMYK Percentages of Color #bb107b

%0
%91
%34
%27

Triadic Colors of #bb107b

#bb107b #7bbb10 #107bbb

Analogous Colors of #bb107b

#bb107b #bb1025 #a610bb

Monochromatic Colors of #bb107b

#bb107b

Complementary Color

#bb107b #10bb50

#bb107b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb107b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb107b Color CSS Codes

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

#bb107b Text Font Color

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

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


#bb107b Background Color

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

This div background color is #bb107b


#bb107b Border Color

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

This div border color is #bb107b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb107b


Comments

No comments written yet.

Please login to write comment.