Color Hex Logo

#bb240e Color Hex

#BB240E
(187,36,14)
0 Favorites   0 Comments

Color spaces of #bb240e

RGB 1873614
HSL0.020.860.39
HSV93°73°
CMYK 0.000.810.93   0.27
XYZ21.203711.85831.5868
Yxy11.85830.61200.3422
Hunter Lab34.435949.647621.3730
CIE-Lab40.990057.598949.4065

#bb240e color RGB value is (187,36,14).

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

The process color (four color CMYK) of #bb240e color hex is 0.00, 0.81, 0.93, 0.27. Web safe color of #bb240e is #cc3300. Color #bb240e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100100 00001110
Octal 273 44 16
Decimal 187 36 14
Hex BB 24 E

RGB Percentages of Color #bb240e

%78.90
%15.19
%5.91

CMYK Percentages of Color #bb240e

%0
%81
%93
%27

Triadic Colors of #bb240e

#bb240e #0ebb24 #240ebb

Analogous Colors of #bb240e

#bb240e #bb7b0e #bb0e4e

Monochromatic Colors of #bb240e

#bb240e

Complementary Color

#bb240e #0ea5bb

#bb240e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb240e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb240e Color CSS Codes

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

#bb240e Text Font Color

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

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


#bb240e Background Color

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

This div background color is #bb240e


#bb240e Border Color

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

This div border color is #bb240e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb240e


Comments

No comments written yet.

Please login to write comment.