Color Hex Logo

#bb299b Color Hex

#BB299B
(187,41,155)
0 Favorites   0 Comments

Color spaces of #bb299b

RGB 18741155
HSL0.870.640.45
HSV313°78°73°
CMYK 0.000.780.17   0.27
XYZ27.202814.517232.3787
Yxy14.51720.36710.1959
Hunter Lab38.101460.7638-23.7138
CIE-Lab44.965766.7216-28.3811

#bb299b color RGB value is (187,41,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101001 10011011
Octal 273 51 233
Decimal 187 41 155
Hex BB 29 9B

RGB Percentages of Color #bb299b

%48.83
%10.70
%40.47

CMYK Percentages of Color #bb299b

%0
%78
%17
%27

Triadic Colors of #bb299b

#bb299b #9bbb29 #299bbb

Analogous Colors of #bb299b

#bb299b #bb2952 #9229bb

Monochromatic Colors of #bb299b

#bb299b

Complementary Color

#bb299b #29bb49

#bb299b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb299b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb299b Color CSS Codes

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

#bb299b Text Font Color

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

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


#bb299b Background Color

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

This div background color is #bb299b


#bb299b Border Color

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

This div border color is #bb299b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb299b


Comments

No comments written yet.

Please login to write comment.