Color Hex Logo

#bb042e Color Hex

#BB042E
(187,4,46)
0 Favorites   0 Comments

Color spaces of #bb042e

RGB 187446
HSL0.960.960.37
HSV346°98°73°
CMYK 0.000.980.75   0.27
XYZ21.030110.84893.5704
Yxy10.84890.59320.3060
Hunter Lab32.937756.328116.6294
CIE-Lab39.324863.946731.3725

#bb042e color RGB value is (187,4,46).

#bb042e hex color red value is 187, green value is 4 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bb042e hue: 0.96 , saturation: 0.96 and the lightness value of bb042e is 0.37.

The process color (four color CMYK) of #bb042e color hex is 0.00, 0.98, 0.75, 0.27. Web safe color of #bb042e is #cc0033. Color #bb042e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000100 00101110
Octal 273 4 56
Decimal 187 4 46
Hex BB 4 2E

RGB Percentages of Color #bb042e

%78.90
%1.69
%19.41

CMYK Percentages of Color #bb042e

%0
%98
%75
%27

Triadic Colors of #bb042e

#bb042e #2ebb04 #042ebb

Analogous Colors of #bb042e

#bb042e #bb3604 #bb048a

Monochromatic Colors of #bb042e

#bb042e

Complementary Color

#bb042e #04bb91

#bb042e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb042e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb042e Color CSS Codes

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

#bb042e Text Font Color

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

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


#bb042e Background Color

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

This div background color is #bb042e


#bb042e Border Color

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

This div border color is #bb042e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb042e


Comments

No comments written yet.

Please login to write comment.