Color Hex Logo

#bb110d Color Hex

#BB110D
(187,17,13)
0 Favorites   0 Comments

Color spaces of #bb110d

RGB 1871713
HSL0.000.870.39
HSV93°73°
CMYK 0.000.910.93   0.27
XYZ20.766610.99481.4084
Yxy10.99480.62610.3315
Hunter Lab33.158453.764620.6925
CIE-Lab39.571761.614148.8651

#bb110d color RGB value is (187,17,13).

#bb110d hex color red value is 187, green value is 17 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #bb110d hue: 0.00 , saturation: 0.87 and the lightness value of bb110d is 0.39.

The process color (four color CMYK) of #bb110d color hex is 0.00, 0.91, 0.93, 0.27. Web safe color of #bb110d is #cc0000. Color #bb110d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 00001101
Octal 273 21 15
Decimal 187 17 13
Hex BB 11 D

RGB Percentages of Color #bb110d

%86.18
%7.83
%5.99

CMYK Percentages of Color #bb110d

%0
%91
%93
%27

Triadic Colors of #bb110d

#bb110d #0dbb11 #110dbb

Analogous Colors of #bb110d

#bb110d #bb680d #bb0d60

Monochromatic Colors of #bb110d

#bb110d

Complementary Color

#bb110d #0db7bb

#bb110d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb110d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb110d Color CSS Codes

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

#bb110d Text Font Color

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

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


#bb110d Background Color

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

This div background color is #bb110d


#bb110d Border Color

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

This div border color is #bb110d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb110d


Comments

No comments written yet.

Please login to write comment.