Color Hex Logo

#bb0e3b Color Hex

#BB0E3B
(187,14,59)
0 Favorites   0 Comments

Color spaces of #bb0e3b

RGB 1871459
HSL0.960.860.39
HSV344°93°73°
CMYK 0.000.930.68   0.27
XYZ21.440011.19465.1684
Yxy11.19460.56720.2961
Hunter Lab33.458355.830214.2621
CIE-Lab39.906363.392423.9752

#bb0e3b color RGB value is (187,14,59).

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

The process color (four color CMYK) of #bb0e3b color hex is 0.00, 0.93, 0.68, 0.27. Web safe color of #bb0e3b is #cc0033. Color #bb0e3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001110 00111011
Octal 273 16 73
Decimal 187 14 59
Hex BB E 3B

RGB Percentages of Color #bb0e3b

%71.92
%5.38
%22.69

CMYK Percentages of Color #bb0e3b

%0
%93
%68
%27

Triadic Colors of #bb0e3b

#bb0e3b #3bbb0e #0e3bbb

Analogous Colors of #bb0e3b

#bb0e3b #bb380e #bb0e92

Monochromatic Colors of #bb0e3b

#bb0e3b

Complementary Color

#bb0e3b #0ebb8e

#bb0e3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0e3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0e3b Color CSS Codes

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

#bb0e3b Text Font Color

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

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


#bb0e3b Background Color

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

This div background color is #bb0e3b


#bb0e3b Border Color

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

This div border color is #bb0e3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0e3b


Comments

No comments written yet.

Please login to write comment.