Color Hex Logo

#bb142a Color Hex

#BB142A
(187,20,42)
0 Favorites   0 Comments

Color spaces of #bb142a

RGB 1872042
HSL0.980.810.41
HSV352°89°73°
CMYK 0.000.890.78   0.27
XYZ21.161611.23233.2432
Yxy11.23230.59380.3152
Hunter Lab33.514654.056817.7228
CIE-Lab39.969061.799034.5017

#bb142a color RGB value is (187,20,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 00101010
Octal 273 24 52
Decimal 187 20 42
Hex BB 14 2A

RGB Percentages of Color #bb142a

%75.10
%8.03
%16.87

CMYK Percentages of Color #bb142a

%0
%89
%78
%27

Triadic Colors of #bb142a

#bb142a #2abb14 #142abb

Analogous Colors of #bb142a

#bb142a #bb5214 #bb147e

Monochromatic Colors of #bb142a

#bb142a

Complementary Color

#bb142a #14bba5

#bb142a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb142a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb142a Color CSS Codes

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

#bb142a Text Font Color

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

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


#bb142a Background Color

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

This div background color is #bb142a


#bb142a Border Color

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

This div border color is #bb142a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb142a


Comments

No comments written yet.

Please login to write comment.