Color Hex Logo

#bb096b Color Hex

#BB096B
(187,9,107)
0 Favorites   0 Comments

Color spaces of #bb096b

RGB 1879107
HSL0.910.910.38
HSV327°95°73°
CMYK 0.000.950.43   0.27
XYZ23.245011.821714.9666
Yxy11.82170.46460.2363
Hunter Lab34.382760.5082-1.7407
CIE-Lab40.931367.2866-5.0595

#bb096b color RGB value is (187,9,107).

#bb096b hex color red value is 187, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bb096b hue: 0.91 , saturation: 0.91 and the lightness value of bb096b is 0.38.

The process color (four color CMYK) of #bb096b color hex is 0.00, 0.95, 0.43, 0.27. Web safe color of #bb096b is #cc0066. Color #bb096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 01101011
Octal 273 11 153
Decimal 187 9 107
Hex BB 9 6B

RGB Percentages of Color #bb096b

%61.72
%2.97
%35.31

CMYK Percentages of Color #bb096b

%0
%95
%43
%27

Triadic Colors of #bb096b

#bb096b #6bbb09 #096bbb

Analogous Colors of #bb096b

#bb096b #bb0912 #b209bb

Monochromatic Colors of #bb096b

#bb096b

Complementary Color

#bb096b #09bb59

#bb096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb096b Color CSS Codes

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

#bb096b Text Font Color

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

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


#bb096b Background Color

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

This div background color is #bb096b


#bb096b Border Color

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

This div border color is #bb096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb096b


Comments

No comments written yet.

Please login to write comment.