Color Hex Logo

#bb137f Color Hex

#BB137F
(187,19,127)
0 Favorites   0 Comments

Color spaces of #bb137f

RGB 18719127
HSL0.890.820.40
HSV321°90°73°
CMYK 0.000.900.32   0.27
XYZ24.557212.562821.2092
Yxy12.56280.42100.2154
Hunter Lab35.444061.6456-10.6674
CIE-Lab42.097068.0386-15.7687

#bb137f color RGB value is (187,19,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 01111111
Octal 273 23 177
Decimal 187 19 127
Hex BB 13 7F

RGB Percentages of Color #bb137f

%56.16
%5.71
%38.14

CMYK Percentages of Color #bb137f

%0
%90
%32
%27

Triadic Colors of #bb137f

#bb137f #7fbb13 #137fbb

Analogous Colors of #bb137f

#bb137f #bb132b #a313bb

Monochromatic Colors of #bb137f

#bb137f

Complementary Color

#bb137f #13bb4f

#bb137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb137f Color CSS Codes

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

#bb137f Text Font Color

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

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


#bb137f Background Color

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

This div background color is #bb137f


#bb137f Border Color

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

This div border color is #bb137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb137f


Comments

No comments written yet.

Please login to write comment.