Color Hex Logo

#bb142e Color Hex

#BB142E
(187,20,46)
0 Favorites   0 Comments

Color spaces of #bb142e

RGB 1872046
HSL0.970.810.41
HSV351°89°73°
CMYK 0.000.890.75   0.27
XYZ21.236811.26243.6393
Yxy11.26240.58770.3116
Hunter Lab33.559554.227517.0621
CIE-Lab40.019061.942332.1602

#bb142e color RGB value is (187,20,46).

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

The process color (four color CMYK) of #bb142e color hex is 0.00, 0.89, 0.75, 0.27. Web safe color of #bb142e is #cc0033. Color #bb142e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 00101110
Octal 273 24 56
Decimal 187 20 46
Hex BB 14 2E

RGB Percentages of Color #bb142e

%73.91
%7.91
%18.18

CMYK Percentages of Color #bb142e

%0
%89
%75
%27

Triadic Colors of #bb142e

#bb142e #2ebb14 #142ebb

Analogous Colors of #bb142e

#bb142e #bb4e14 #bb1482

Monochromatic Colors of #bb142e

#bb142e

Complementary Color

#bb142e #14bba1

#bb142e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb142e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb142e Color CSS Codes

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

#bb142e Text Font Color

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

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


#bb142e Background Color

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

This div background color is #bb142e


#bb142e Border Color

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

This div border color is #bb142e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb142e


Comments

No comments written yet.

Please login to write comment.