Color Hex Logo

#bb286f Color Hex

#BB286F
(187,40,111)
0 Favorites   0 Comments

Color spaces of #bb286f

RGB 18740111
HSL0.920.650.45
HSV331°79°73°
CMYK 0.000.790.41   0.27
XYZ24.121613.230116.3212
Yxy13.23010.44940.2465
Hunter Lab36.373254.7226-1.1431
CIE-Lab43.107961.7868-4.3312

#bb286f color RGB value is (187,40,111).

#bb286f hex color red value is 187, green value is 40 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb286f hue: 0.92 , saturation: 0.65 and the lightness value of bb286f is 0.45.

The process color (four color CMYK) of #bb286f color hex is 0.00, 0.79, 0.41, 0.27. Web safe color of #bb286f is #cc3366. Color #bb286f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 01101111
Octal 273 50 157
Decimal 187 40 111
Hex BB 28 6F

RGB Percentages of Color #bb286f

%55.33
%11.83
%32.84

CMYK Percentages of Color #bb286f

%0
%79
%41
%27

Triadic Colors of #bb286f

#bb286f #6fbb28 #286fbb

Analogous Colors of #bb286f

#bb286f #bb2b28 #bb28b9

Monochromatic Colors of #bb286f

#bb286f

Complementary Color

#bb286f #28bb74

#bb286f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb286f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb286f Color CSS Codes

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

#bb286f Text Font Color

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

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


#bb286f Background Color

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

This div background color is #bb286f


#bb286f Border Color

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

This div border color is #bb286f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb286f


Comments

No comments written yet.

Please login to write comment.