Color Hex Logo

#bb286d Color Hex

#BB286D
(187,40,109)
0 Favorites   0 Comments

Color spaces of #bb286d

RGB 18740109
HSL0.920.650.45
HSV332°79°73°
CMYK 0.000.790.42   0.27
XYZ24.012613.186515.7476
Yxy13.18650.45350.2491
Hunter Lab36.313254.4874-0.2925
CIE-Lab43.042961.5894-3.1838

#bb286d color RGB value is (187,40,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 01101101
Octal 273 50 155
Decimal 187 40 109
Hex BB 28 6D

RGB Percentages of Color #bb286d

%55.65
%11.90
%32.44

CMYK Percentages of Color #bb286d

%0
%79
%42
%27

Triadic Colors of #bb286d

#bb286d #6dbb28 #286dbb

Analogous Colors of #bb286d

#bb286d #bb2d28 #bb28b7

Monochromatic Colors of #bb286d

#bb286d

Complementary Color

#bb286d #28bb76

#bb286d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb286d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb286d Color CSS Codes

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

#bb286d Text Font Color

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

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


#bb286d Background Color

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

This div background color is #bb286d


#bb286d Border Color

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

This div border color is #bb286d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb286d


Comments

No comments written yet.

Please login to write comment.