Color Hex Logo

#bb109e Color Hex

#BB109E
(187,16,158)
0 Favorites   0 Comments

Color spaces of #bb109e

RGB 18716158
HSL0.860.840.40
HSV310°91°73°
CMYK 0.000.910.16   0.27
XYZ26.850413.404033.5198
Yxy13.40400.36400.1817
Hunter Lab36.611566.8396-28.6552
CIE-Lab43.365872.1888-32.6898

#bb109e color RGB value is (187,16,158).

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

The process color (four color CMYK) of #bb109e color hex is 0.00, 0.91, 0.16, 0.27. Web safe color of #bb109e is #cc0099. Color #bb109e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010000 10011110
Octal 273 20 236
Decimal 187 16 158
Hex BB 10 9E

RGB Percentages of Color #bb109e

%51.80
%4.43
%43.77

CMYK Percentages of Color #bb109e

%0
%91
%16
%27

Triadic Colors of #bb109e

#bb109e #9ebb10 #109ebb

Analogous Colors of #bb109e

#bb109e #bb1048 #8310bb

Monochromatic Colors of #bb109e

#bb109e

Complementary Color

#bb109e #10bb2d

#bb109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb109e Color CSS Codes

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

#bb109e Text Font Color

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

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


#bb109e Background Color

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

This div background color is #bb109e


#bb109e Border Color

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

This div border color is #bb109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb109e


Comments

No comments written yet.

Please login to write comment.