Color Hex Logo

#bb002a Color Hex

#BB002A
(187,0,42)
0 Favorites   0 Comments

Color spaces of #bb002a

RGB 187042
HSL0.961.000.37
HSV347°100°73°
CMYK 0.001.000.78   0.27
XYZ20.911410.73203.1598
Yxy10.73200.60080.3084
Hunter Lab32.759756.611717.2131
CIE-Lab39.125464.236333.5832

#bb002a color RGB value is (187,0,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 00101010
Octal 273 0 52
Decimal 187 0 42
Hex BB 0 2A

RGB Percentages of Color #bb002a

%81.66
%0.00
%18.34

CMYK Percentages of Color #bb002a

%0
%100
%78
%27

Triadic Colors of #bb002a

#bb002a #2abb00 #002abb

Analogous Colors of #bb002a

#bb002a #bb3300 #bb0088

Monochromatic Colors of #bb002a

#bb002a

Complementary Color

#bb002a #00bb91

#bb002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb002a Color CSS Codes

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

#bb002a Text Font Color

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

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


#bb002a Background Color

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

This div background color is #bb002a


#bb002a Border Color

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

This div border color is #bb002a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb002a


Comments

No comments written yet.

Please login to write comment.