Color Hex Logo

#bb011b Color Hex

#BB011B
(187,1,27)
0 Favorites   0 Comments

Color spaces of #bb011b

RGB 187127
HSL0.980.990.37
HSV352°99°73°
CMYK 0.000.990.86   0.27
XYZ20.702210.66562.0045
Yxy10.66560.62030.3196
Hunter Lab32.658256.000119.2217
CIE-Lab39.011463.717442.0378

#bb011b color RGB value is (187,1,27).

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

The process color (four color CMYK) of #bb011b color hex is 0.00, 0.99, 0.86, 0.27. Web safe color of #bb011b is #cc0033. Color #bb011b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 00011011
Octal 273 1 33
Decimal 187 1 27
Hex BB 1 1B

RGB Percentages of Color #bb011b

%86.98
%0.47
%12.56

CMYK Percentages of Color #bb011b

%0
%99
%86
%27

Triadic Colors of #bb011b

#bb011b #1bbb01 #011bbb

Analogous Colors of #bb011b

#bb011b #bb4401 #bb0178

Monochromatic Colors of #bb011b

#bb011b

Complementary Color

#bb011b #01bba1

#bb011b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb011b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb011b Color CSS Codes

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

#bb011b Text Font Color

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

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


#bb011b Background Color

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

This div background color is #bb011b


#bb011b Border Color

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

This div border color is #bb011b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb011b


Comments

No comments written yet.

Please login to write comment.