Color Hex Logo

#bb199e Color Hex

#BB199E
(187,25,158)
0 Favorites   0 Comments

Color spaces of #bb199e

RGB 18725158
HSL0.860.760.42
HSV311°87°73°
CMYK 0.000.870.16   0.27
XYZ27.012713.728733.5739
Yxy13.72870.36350.1847
Hunter Lab37.052365.2928-27.7874
CIE-Lab43.841370.7987-31.9425

#bb199e color RGB value is (187,25,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011001 10011110
Octal 273 31 236
Decimal 187 25 158
Hex BB 19 9E

RGB Percentages of Color #bb199e

%50.54
%6.76
%42.70

CMYK Percentages of Color #bb199e

%0
%87
%16
%27

Triadic Colors of #bb199e

#bb199e #9ebb19 #199ebb

Analogous Colors of #bb199e

#bb199e #bb194d #8719bb

Monochromatic Colors of #bb199e

#bb199e

Complementary Color

#bb199e #19bb36

#bb199e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb199e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb199e Color CSS Codes

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

#bb199e Text Font Color

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

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


#bb199e Background Color

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

This div background color is #bb199e


#bb199e Border Color

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

This div border color is #bb199e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb199e


Comments

No comments written yet.

Please login to write comment.