Color Hex Logo

#bb0b7f Color Hex

#BB0B7F
(187,11,127)
0 Favorites   0 Comments

Color spaces of #bb0b7f

RGB 18711127
HSL0.890.890.39
HSV320°94°73°
CMYK 0.000.940.32   0.27
XYZ24.444012.336421.1715
Yxy12.33640.42180.2129
Hunter Lab35.123262.7615-11.1525
CIE-Lab41.745969.0619-16.3054

#bb0b7f color RGB value is (187,11,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001011 01111111
Octal 273 13 177
Decimal 187 11 127
Hex BB B 7F

RGB Percentages of Color #bb0b7f

%57.54
%3.38
%39.08

CMYK Percentages of Color #bb0b7f

%0
%94
%32
%27

Triadic Colors of #bb0b7f

#bb0b7f #7fbb0b #0b7fbb

Analogous Colors of #bb0b7f

#bb0b7f #bb0b27 #9f0bbb

Monochromatic Colors of #bb0b7f

#bb0b7f

Complementary Color

#bb0b7f #0bbb47

#bb0b7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0b7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0b7f Color CSS Codes

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

#bb0b7f Text Font Color

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

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


#bb0b7f Background Color

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

This div background color is #bb0b7f


#bb0b7f Border Color

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

This div border color is #bb0b7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0b7f


Comments

No comments written yet.

Please login to write comment.