Color Hex Logo

#bb288f Color Hex

#BB288F
(187,40,143)
0 Favorites   0 Comments

Color spaces of #bb288f

RGB 18740143
HSL0.880.650.45
HSV318°79°73°
CMYK 0.000.790.24   0.27
XYZ26.210214.065527.3201
Yxy14.06550.38770.2081
Hunter Lab37.504059.1152-16.9375
CIE-Lab44.326765.4183-22.1336

#bb288f color RGB value is (187,40,143).

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

The process color (four color CMYK) of #bb288f color hex is 0.00, 0.79, 0.24, 0.27. Web safe color of #bb288f is #cc3399. Color #bb288f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 10001111
Octal 273 50 217
Decimal 187 40 143
Hex BB 28 8F

RGB Percentages of Color #bb288f

%50.54
%10.81
%38.65

CMYK Percentages of Color #bb288f

%0
%79
%24
%27

Triadic Colors of #bb288f

#bb288f #8fbb28 #288fbb

Analogous Colors of #bb288f

#bb288f #bb2845 #9e28bb

Monochromatic Colors of #bb288f

#bb288f

Complementary Color

#bb288f #28bb54

#bb288f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb288f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb288f Color CSS Codes

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

#bb288f Text Font Color

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

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


#bb288f Background Color

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

This div background color is #bb288f


#bb288f Border Color

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

This div border color is #bb288f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb288f


Comments

No comments written yet.

Please login to write comment.