Color Hex Logo

#bb110e Color Hex

#BB110E
(187,17,14)
0 Favorites   0 Comments

Color spaces of #bb110e

RGB 1871714
HSL0.000.860.39
HSV93°73°
CMYK 0.000.910.93   0.27
XYZ20.773210.99741.4433
Yxy10.99740.62540.3311
Hunter Lab33.162353.780020.6332
CIE-Lab39.576161.627148.4880

#bb110e color RGB value is (187,17,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 00001110
Octal 273 21 16
Decimal 187 17 14
Hex BB 11 E

RGB Percentages of Color #bb110e

%85.78
%7.80
%6.42

CMYK Percentages of Color #bb110e

%0
%91
%93
%27

Triadic Colors of #bb110e

#bb110e #0ebb11 #110ebb

Analogous Colors of #bb110e

#bb110e #bb680e #bb0e62

Monochromatic Colors of #bb110e

#bb110e

Complementary Color

#bb110e #0eb8bb

#bb110e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb110e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb110e Color CSS Codes

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

#bb110e Text Font Color

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

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


#bb110e Background Color

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

This div background color is #bb110e


#bb110e Border Color

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

This div border color is #bb110e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb110e


Comments

No comments written yet.

Please login to write comment.