Color Hex Logo

#bb139d Color Hex

#BB139D
(187,19,157)
0 Favorites   0 Comments

Color spaces of #bb139d

RGB 18719157
HSL0.860.820.40
HSV311°90°73°
CMYK 0.000.900.16   0.27
XYZ26.812213.464933.0841
Yxy13.46490.36550.1835
Hunter Lab36.694666.2120-27.7702
CIE-Lab43.455571.6462-31.9473

#bb139d color RGB value is (187,19,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 10011101
Octal 273 23 235
Decimal 187 19 157
Hex BB 13 9D

RGB Percentages of Color #bb139d

%51.52
%5.23
%43.25

CMYK Percentages of Color #bb139d

%0
%90
%16
%27

Triadic Colors of #bb139d

#bb139d #9dbb13 #139dbb

Analogous Colors of #bb139d

#bb139d #bb1349 #8513bb

Monochromatic Colors of #bb139d

#bb139d

Complementary Color

#bb139d #13bb31

#bb139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb139d Color CSS Codes

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

#bb139d Text Font Color

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

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


#bb139d Background Color

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

This div background color is #bb139d


#bb139d Border Color

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

This div border color is #bb139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb139d


Comments

No comments written yet.

Please login to write comment.