Color Hex Logo

#bb209e Color Hex

#BB209E
(187,32,158)
0 Favorites   0 Comments

Color spaces of #bb209e

RGB 18732158
HSL0.860.710.43
HSV311°83°73°
CMYK 0.000.830.16   0.27
XYZ27.181614.066433.6302
Yxy14.06640.36300.1879
Hunter Lab37.505263.7324-26.9106
CIE-Lab44.328069.3847-31.1789

#bb209e color RGB value is (187,32,158).

#bb209e hex color red value is 187, green value is 32 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bb209e hue: 0.86 , saturation: 0.71 and the lightness value of bb209e is 0.43.

The process color (four color CMYK) of #bb209e color hex is 0.00, 0.83, 0.16, 0.27. Web safe color of #bb209e is #cc3399. Color #bb209e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 10011110
Octal 273 40 236
Decimal 187 32 158
Hex BB 20 9E

RGB Percentages of Color #bb209e

%49.60
%8.49
%41.91

CMYK Percentages of Color #bb209e

%0
%83
%16
%27

Triadic Colors of #bb209e

#bb209e #9ebb20 #209ebb

Analogous Colors of #bb209e

#bb209e #bb2051 #8b20bb

Monochromatic Colors of #bb209e

#bb209e

Complementary Color

#bb209e #20bb3d

#bb209e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb209e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb209e Color CSS Codes

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

#bb209e Text Font Color

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

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


#bb209e Background Color

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

This div background color is #bb209e


#bb209e Border Color

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

This div border color is #bb209e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb209e


Comments

No comments written yet.

Please login to write comment.