Color Hex Logo

#bb196f Color Hex

#BB196F
(187,25,111)
0 Favorites   0 Comments

Color spaces of #bb196f

RGB 18725111
HSL0.910.760.42
HSV328°87°73°
CMYK 0.000.870.41   0.27
XYZ23.710412.407816.1842
Yxy12.40780.45330.2372
Hunter Lab35.224758.5084-2.5838
CIE-Lab41.857065.3694-6.1898

#bb196f color RGB value is (187,25,111).

#bb196f hex color red value is 187, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb196f hue: 0.91 , saturation: 0.76 and the lightness value of bb196f is 0.42.

The process color (four color CMYK) of #bb196f color hex is 0.00, 0.87, 0.41, 0.27. Web safe color of #bb196f is #cc0066. Color #bb196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 01101111
Octal 273 31 157
Decimal 187 25 111
Hex BB 19 6F

RGB Percentages of Color #bb196f

%57.89
%7.74
%34.37

CMYK Percentages of Color #bb196f

%0
%87
%41
%27

Triadic Colors of #bb196f

#bb196f #6fbb19 #196fbb

Analogous Colors of #bb196f

#bb196f #bb191e #b619bb

Monochromatic Colors of #bb196f

#bb196f

Complementary Color

#bb196f #19bb65

#bb196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb196f Color CSS Codes

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

#bb196f Text Font Color

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

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


#bb196f Background Color

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

This div background color is #bb196f


#bb196f Border Color

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

This div border color is #bb196f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb196f


Comments

No comments written yet.

Please login to write comment.