Color Hex Logo

#bb1d2d Color Hex

#BB1D2D
(187,29,45)
0 Favorites   0 Comments

Color spaces of #bb1d2d

RGB 1872945
HSL0.980.730.42
HSV354°84°73°
CMYK 0.000.840.76   0.27
XYZ21.406511.63303.5998
Yxy11.63300.58420.3175
Hunter Lab34.107252.343417.6173
CIE-Lab40.626860.128333.4421

#bb1d2d color RGB value is (187,29,45).

#bb1d2d hex color red value is 187, green value is 29 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bb1d2d hue: 0.98 , saturation: 0.73 and the lightness value of bb1d2d is 0.42.

The process color (four color CMYK) of #bb1d2d color hex is 0.00, 0.84, 0.76, 0.27. Web safe color of #bb1d2d is #cc3333. Color #bb1d2d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011101 00101101
Octal 273 35 55
Decimal 187 29 45
Hex BB 1D 2D

RGB Percentages of Color #bb1d2d

%71.65
%11.11
%17.24

CMYK Percentages of Color #bb1d2d

%0
%84
%76
%27

Triadic Colors of #bb1d2d

#bb1d2d #2dbb1d #1d2dbb

Analogous Colors of #bb1d2d

#bb1d2d #bb5c1d #bb1d7c

Monochromatic Colors of #bb1d2d

#bb1d2d

Complementary Color

#bb1d2d #1dbbab

#bb1d2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1d2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1d2d Color CSS Codes

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

#bb1d2d Text Font Color

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

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


#bb1d2d Background Color

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

This div background color is #bb1d2d


#bb1d2d Border Color

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

This div border color is #bb1d2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1d2d


Comments

No comments written yet.

Please login to write comment.