Color Hex Logo

#bb036f Color Hex

#BB036F
(187,3,111)
0 Favorites   0 Comments

Color spaces of #bb036f

RGB 1873111
HSL0.900.970.37
HSV325°98°73°
CMYK 0.000.980.41   0.27
XYZ23.395311.777616.0792
Yxy11.77760.45650.2298
Hunter Lab34.318561.6280-3.7561
CIE-Lab40.860468.2645-7.6785

#bb036f color RGB value is (187,3,111).

#bb036f hex color red value is 187, green value is 3 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb036f hue: 0.90 , saturation: 0.97 and the lightness value of bb036f is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000011 01101111
Octal 273 3 157
Decimal 187 3 111
Hex BB 3 6F

RGB Percentages of Color #bb036f

%62.13
%1.00
%36.88

CMYK Percentages of Color #bb036f

%0
%98
%41
%27

Triadic Colors of #bb036f

#bb036f #6fbb03 #036fbb

Analogous Colors of #bb036f

#bb036f #bb0313 #ab03bb

Monochromatic Colors of #bb036f

#bb036f

Complementary Color

#bb036f #03bb4f

#bb036f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb036f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb036f Color CSS Codes

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

#bb036f Text Font Color

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

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


#bb036f Background Color

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

This div background color is #bb036f


#bb036f Border Color

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

This div border color is #bb036f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb036f


Comments

No comments written yet.

Please login to write comment.