Color Hex Logo

#bb123b Color Hex

#BB123B
(187,18,59)
0 Favorites   0 Comments

Color spaces of #bb123b

RGB 1871859
HSL0.960.820.40
HSV345°90°73°
CMYK 0.000.900.68   0.27
XYZ21.499211.31325.1882
Yxy11.31320.56580.2977
Hunter Lab33.635155.233914.3991
CIE-Lab40.103162.824224.2220

#bb123b color RGB value is (187,18,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010010 00111011
Octal 273 22 73
Decimal 187 18 59
Hex BB 12 3B

RGB Percentages of Color #bb123b

%70.83
%6.82
%22.35

CMYK Percentages of Color #bb123b

%0
%90
%68
%27

Triadic Colors of #bb123b

#bb123b #3bbb12 #123bbb

Analogous Colors of #bb123b

#bb123b #bb3e12 #bb1290

Monochromatic Colors of #bb123b

#bb123b

Complementary Color

#bb123b #12bb92

#bb123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb123b Color CSS Codes

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

#bb123b Text Font Color

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

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


#bb123b Background Color

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

This div background color is #bb123b


#bb123b Border Color

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

This div border color is #bb123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb123b


Comments

No comments written yet.

Please login to write comment.