Color Hex Logo

#bb136e Color Hex

#BB136E
(187,19,110)
0 Favorites   0 Comments

Color spaces of #bb136e

RGB 18719110
HSL0.910.820.40
HSV328°90°73°
CMYK 0.000.900.41   0.27
XYZ23.540912.156315.8575
Yxy12.15630.45660.2358
Hunter Lab34.865959.5051-2.5598
CIE-Lab41.463566.3140-6.1507

#bb136e color RGB value is (187,19,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 01101110
Octal 273 23 156
Decimal 187 19 110
Hex BB 13 6E

RGB Percentages of Color #bb136e

%59.18
%6.01
%34.81

CMYK Percentages of Color #bb136e

%0
%90
%41
%27

Triadic Colors of #bb136e

#bb136e #6ebb13 #136ebb

Analogous Colors of #bb136e

#bb136e #bb131a #b413bb

Monochromatic Colors of #bb136e

#bb136e

Complementary Color

#bb136e #13bb60

#bb136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb136e Color CSS Codes

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

#bb136e Text Font Color

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

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


#bb136e Background Color

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

This div background color is #bb136e


#bb136e Border Color

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

This div border color is #bb136e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb136e


Comments

No comments written yet.

Please login to write comment.