Color Hex Logo

#bb143e Color Hex

#BB143E
(187,20,62)
0 Favorites   0 Comments

Color spaces of #bb143e

RGB 1872062
HSL0.960.810.41
HSV345°89°73°
CMYK 0.000.890.67   0.27
XYZ21.613211.41295.6212
Yxy11.41290.55920.2953
Hunter Lab33.783055.078013.7827
CIE-Lab40.267462.653522.5419

#bb143e color RGB value is (187,20,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 00111110
Octal 273 24 76
Decimal 187 20 62
Hex BB 14 3E

RGB Percentages of Color #bb143e

%69.52
%7.43
%23.05

CMYK Percentages of Color #bb143e

%0
%89
%67
%27

Triadic Colors of #bb143e

#bb143e #3ebb14 #143ebb

Analogous Colors of #bb143e

#bb143e #bb3d14 #bb1492

Monochromatic Colors of #bb143e

#bb143e

Complementary Color

#bb143e #14bb91

#bb143e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb143e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb143e Color CSS Codes

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

#bb143e Text Font Color

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

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


#bb143e Background Color

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

This div background color is #bb143e


#bb143e Border Color

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

This div border color is #bb143e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb143e


Comments

No comments written yet.

Please login to write comment.