Color Hex Logo

#bb299c Color Hex

#BB299C
(187,41,156)
0 Favorites   0 Comments

Color spaces of #bb299c

RGB 18741156
HSL0.870.640.45
HSV313°78°73°
CMYK 0.000.780.17   0.27
XYZ27.287214.551032.8229
Yxy14.55100.36550.1949
Hunter Lab38.145860.9331-24.3146
CIE-Lab45.013066.8582-28.9073

#bb299c color RGB value is (187,41,156).

#bb299c hex color red value is 187, green value is 41 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bb299c hue: 0.87 , saturation: 0.64 and the lightness value of bb299c is 0.45.

The process color (four color CMYK) of #bb299c color hex is 0.00, 0.78, 0.17, 0.27. Web safe color of #bb299c is #cc3399. Color #bb299c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101001 10011100
Octal 273 51 234
Decimal 187 41 156
Hex BB 29 9C

RGB Percentages of Color #bb299c

%48.70
%10.68
%40.63

CMYK Percentages of Color #bb299c

%0
%78
%17
%27

Triadic Colors of #bb299c

#bb299c #9cbb29 #299cbb

Analogous Colors of #bb299c

#bb299c #bb2953 #9129bb

Monochromatic Colors of #bb299c

#bb299c

Complementary Color

#bb299c #29bb48

#bb299c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb299c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb299c Color CSS Codes

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

#bb299c Text Font Color

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

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


#bb299c Background Color

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

This div background color is #bb299c


#bb299c Border Color

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

This div border color is #bb299c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb299c


Comments

No comments written yet.

Please login to write comment.