Color Hex Logo

#bb149e Color Hex

#BB149E
(187,20,158)
0 Favorites   0 Comments

Color spaces of #bb149e

RGB 18720158
HSL0.860.810.41
HSV310°89°73°
CMYK 0.000.890.16   0.27
XYZ26.915213.533733.5414
Yxy13.53370.36380.1829
Hunter Lab36.788266.2160-28.3056
CIE-Lab43.556671.6298-32.3897

#bb149e color RGB value is (187,20,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 10011110
Octal 273 24 236
Decimal 187 20 158
Hex BB 14 9E

RGB Percentages of Color #bb149e

%51.23
%5.48
%43.29

CMYK Percentages of Color #bb149e

%0
%89
%16
%27

Triadic Colors of #bb149e

#bb149e #9ebb14 #149ebb

Analogous Colors of #bb149e

#bb149e #bb144b #8514bb

Monochromatic Colors of #bb149e

#bb149e

Complementary Color

#bb149e #14bb31

#bb149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb149e Color CSS Codes

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

#bb149e Text Font Color

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

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


#bb149e Background Color

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

This div background color is #bb149e


#bb149e Border Color

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

This div border color is #bb149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb149e


Comments

No comments written yet.

Please login to write comment.