Color Hex Logo

#bb288c Color Hex

#BB288C
(187,40,140)
0 Favorites   0 Comments

Color spaces of #bb288c

RGB 18740140
HSL0.890.650.45
HSV319°79°73°
CMYK 0.000.790.25   0.27
XYZ25.985913.975826.1389
Yxy13.97580.39310.2114
Hunter Lab37.384258.6536-15.2864
CIE-Lab44.198265.0412-20.5104

#bb288c color RGB value is (187,40,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 10001100
Octal 273 50 214
Decimal 187 40 140
Hex BB 28 8C

RGB Percentages of Color #bb288c

%50.95
%10.90
%38.15

CMYK Percentages of Color #bb288c

%0
%79
%25
%27

Triadic Colors of #bb288c

#bb288c #8cbb28 #288cbb

Analogous Colors of #bb288c

#bb288c #bb2842 #a128bb

Monochromatic Colors of #bb288c

#bb288c

Complementary Color

#bb288c #28bb57

#bb288c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb288c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb288c Color CSS Codes

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

#bb288c Text Font Color

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

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


#bb288c Background Color

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

This div background color is #bb288c


#bb288c Border Color

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

This div border color is #bb288c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb288c


Comments

No comments written yet.

Please login to write comment.