Color Hex Logo

#bb113e Color Hex

#BB113E
(187,17,62)
0 Favorites   0 Comments

Color spaces of #bb113e

RGB 1871762
HSL0.960.830.40
HSV344°91°73°
CMYK 0.000.910.67   0.27
XYZ21.563511.31355.6046
Yxy11.31350.56040.2940
Hunter Lab33.635555.572813.6656
CIE-Lab40.103563.125522.3328

#bb113e color RGB value is (187,17,62).

#bb113e hex color red value is 187, green value is 17 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb113e hue: 0.96 , saturation: 0.83 and the lightness value of bb113e is 0.40.

The process color (four color CMYK) of #bb113e color hex is 0.00, 0.91, 0.67, 0.27. Web safe color of #bb113e is #cc0033. Color #bb113e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010001 00111110
Octal 273 21 76
Decimal 187 17 62
Hex BB 11 3E

RGB Percentages of Color #bb113e

%70.30
%6.39
%23.31

CMYK Percentages of Color #bb113e

%0
%91
%67
%27

Triadic Colors of #bb113e

#bb113e #3ebb11 #113ebb

Analogous Colors of #bb113e

#bb113e #bb3911 #bb1193

Monochromatic Colors of #bb113e

#bb113e

Complementary Color

#bb113e #11bb8e

#bb113e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb113e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb113e Color CSS Codes

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

#bb113e Text Font Color

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

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


#bb113e Background Color

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

This div background color is #bb113e


#bb113e Border Color

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

This div border color is #bb113e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb113e


Comments

No comments written yet.

Please login to write comment.