Color Hex Logo

#bb134f Color Hex

#BB134F
(187,19,79)
0 Favorites   0 Comments

Color spaces of #bb134f

RGB 1871979
HSL0.940.820.40
HSV339°90°73°
CMYK 0.000.900.58   0.27
XYZ22.137711.59518.4684
Yxy11.59510.52460.2748
Hunter Lab34.051656.45669.0911
CIE-Lab40.565263.818712.1552

#bb134f color RGB value is (187,19,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010011 01001111
Octal 273 23 117
Decimal 187 19 79
Hex BB 13 4F

RGB Percentages of Color #bb134f

%65.61
%6.67
%27.72

CMYK Percentages of Color #bb134f

%0
%90
%58
%27

Triadic Colors of #bb134f

#bb134f #4fbb13 #134fbb

Analogous Colors of #bb134f

#bb134f #bb2b13 #bb13a3

Monochromatic Colors of #bb134f

#bb134f

Complementary Color

#bb134f #13bb7f

#bb134f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb134f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb134f Color CSS Codes

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

#bb134f Text Font Color

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

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


#bb134f Background Color

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

This div background color is #bb134f


#bb134f Border Color

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

This div border color is #bb134f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb134f


Comments

No comments written yet.

Please login to write comment.