Color Hex Logo

#bb0b76 Color Hex

#BB0B76
(187,11,118)
0 Favorites   0 Comments

Color spaces of #bb0b76

RGB 18711118
HSL0.900.890.39
HSV324°94°73°
CMYK 0.000.940.37   0.27
XYZ23.883212.112118.2186
Yxy12.11210.44050.2234
Hunter Lab34.802461.5915-6.6758
CIE-Lab41.393768.1292-11.2538

#bb0b76 color RGB value is (187,11,118).

#bb0b76 hex color red value is 187, green value is 11 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bb0b76 hue: 0.90 , saturation: 0.89 and the lightness value of bb0b76 is 0.39.

The process color (four color CMYK) of #bb0b76 color hex is 0.00, 0.94, 0.37, 0.27. Web safe color of #bb0b76 is #cc0066. Color #bb0b76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001011 01110110
Octal 273 13 166
Decimal 187 11 118
Hex BB B 76

RGB Percentages of Color #bb0b76

%59.18
%3.48
%37.34

CMYK Percentages of Color #bb0b76

%0
%94
%37
%27

Triadic Colors of #bb0b76

#bb0b76 #76bb0b #0b76bb

Analogous Colors of #bb0b76

#bb0b76 #bb0b1e #a80bbb

Monochromatic Colors of #bb0b76

#bb0b76

Complementary Color

#bb0b76 #0bbb50

#bb0b76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0b76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0b76 Color CSS Codes

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

#bb0b76 Text Font Color

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

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


#bb0b76 Background Color

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

This div background color is #bb0b76


#bb0b76 Border Color

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

This div border color is #bb0b76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0b76


Comments

No comments written yet.

Please login to write comment.