Color Hex Logo

#bb289b Color Hex

#BB289B
(187,40,155)
0 Favorites   0 Comments

Color spaces of #bb289b

RGB 18740155
HSL0.870.650.45
HSV313°79°73°
CMYK 0.000.790.17   0.27
XYZ27.168714.448932.3673
Yxy14.44890.36720.1953
Hunter Lab38.011761.0616-23.8778
CIE-Lab44.869966.9966-28.5306

#bb289b color RGB value is (187,40,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101000 10011011
Octal 273 50 233
Decimal 187 40 155
Hex BB 28 9B

RGB Percentages of Color #bb289b

%48.95
%10.47
%40.58

CMYK Percentages of Color #bb289b

%0
%79
%17
%27

Triadic Colors of #bb289b

#bb289b #9bbb28 #289bbb

Analogous Colors of #bb289b

#bb289b #bb2852 #9228bb

Monochromatic Colors of #bb289b

#bb289b

Complementary Color

#bb289b #28bb48

#bb289b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb289b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb289b Color CSS Codes

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

#bb289b Text Font Color

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

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


#bb289b Background Color

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

This div background color is #bb289b


#bb289b Border Color

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

This div border color is #bb289b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,40,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 #bb289b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb289b


Comments

No comments written yet.

Please login to write comment.