Color Hex Logo

#bb199c Color Hex

#BB199C
(187,25,156)
0 Favorites   0 Comments

Color spaces of #bb199c

RGB 18725156
HSL0.870.760.42
HSV311°87°73°
CMYK 0.000.870.17   0.27
XYZ26.841913.660432.6745
Yxy13.66040.36680.1867
Hunter Lab36.960064.9543-26.5434
CIE-Lab43.741970.5329-30.8964

#bb199c color RGB value is (187,25,156).

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

The process color (four color CMYK) of #bb199c color hex is 0.00, 0.87, 0.17, 0.27. Web safe color of #bb199c is #cc0099. Color #bb199c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 10011100
Octal 273 31 234
Decimal 187 25 156
Hex BB 19 9C

RGB Percentages of Color #bb199c

%50.82
%6.79
%42.39

CMYK Percentages of Color #bb199c

%0
%87
%17
%27

Triadic Colors of #bb199c

#bb199c #9cbb19 #199cbb

Analogous Colors of #bb199c

#bb199c #bb194b #8919bb

Monochromatic Colors of #bb199c

#bb199c

Complementary Color

#bb199c #19bb38

#bb199c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb199c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb199c Color CSS Codes

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

#bb199c Text Font Color

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

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


#bb199c Background Color

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

This div background color is #bb199c


#bb199c Border Color

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

This div border color is #bb199c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb199c


Comments

No comments written yet.

Please login to write comment.