Color Hex Logo

#bb040e Color Hex

#BB040E
(187,4,14)
0 Favorites   0 Comments

Color spaces of #bb040e

RGB 187414
HSL0.990.960.37
HSV357°98°73°
CMYK 0.000.980.93   0.27
XYZ20.616210.68331.3910
Yxy10.68330.63060.3268
Hunter Lab32.685355.389220.3565
CIE-Lab39.041963.169148.1457

#bb040e color RGB value is (187,4,14).

#bb040e hex color red value is 187, green value is 4 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bb040e hue: 0.99 , saturation: 0.96 and the lightness value of bb040e is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000100 00001110
Octal 273 4 16
Decimal 187 4 14
Hex BB 4 E

RGB Percentages of Color #bb040e

%91.22
%1.95
%6.83

CMYK Percentages of Color #bb040e

%0
%98
%93
%27

Triadic Colors of #bb040e

#bb040e #0ebb04 #040ebb

Analogous Colors of #bb040e

#bb040e #bb5604 #bb046a

Monochromatic Colors of #bb040e

#bb040e

Complementary Color

#bb040e #04bbb1

#bb040e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb040e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb040e Color CSS Codes

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

#bb040e Text Font Color

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

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


#bb040e Background Color

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

This div background color is #bb040e


#bb040e Border Color

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

This div border color is #bb040e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,4,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 #bb040e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb040e


Comments

No comments written yet.

Please login to write comment.