Color Hex Logo

#bb0d29 Color Hex

#BB0D29
(187,13,41)
0 Favorites   0 Comments

Color spaces of #bb0d29

RGB 1871341
HSL0.970.870.39
HSV350°93°73°
CMYK 0.000.930.78   0.27
XYZ21.037711.01273.1147
Yxy11.01270.59830.3132
Hunter Lab33.185455.084717.6650
CIE-Lab39.601962.789034.6985

#bb0d29 color RGB value is (187,13,41).

#bb0d29 hex color red value is 187, green value is 13 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #bb0d29 hue: 0.97 , saturation: 0.87 and the lightness value of bb0d29 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001101 00101001
Octal 273 15 51
Decimal 187 13 41
Hex BB D 29

RGB Percentages of Color #bb0d29

%77.59
%5.39
%17.01

CMYK Percentages of Color #bb0d29

%0
%93
%78
%27

Triadic Colors of #bb0d29

#bb0d29 #29bb0d #0d29bb

Analogous Colors of #bb0d29

#bb0d29 #bb480d #bb0d80

Monochromatic Colors of #bb0d29

#bb0d29

Complementary Color

#bb0d29 #0dbb9f

#bb0d29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0d29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0d29 Color CSS Codes

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

#bb0d29 Text Font Color

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

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


#bb0d29 Background Color

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

This div background color is #bb0d29


#bb0d29 Border Color

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

This div border color is #bb0d29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0d29


Comments

No comments written yet.

Please login to write comment.