Color Hex Logo

#bb012e Color Hex

#BB012E
(187,1,46)
0 Favorites   0 Comments

Color spaces of #bb012e

RGB 187146
HSL0.960.990.37
HSV345°99°73°
CMYK 0.000.990.75   0.27
XYZ20.997510.78383.5595
Yxy10.78380.59410.3051
Hunter Lab32.838756.667616.5604
CIE-Lab39.213964.268331.2466

#bb012e color RGB value is (187,1,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 00101110
Octal 273 1 56
Decimal 187 1 46
Hex BB 1 2E

RGB Percentages of Color #bb012e

%79.91
%0.43
%19.66

CMYK Percentages of Color #bb012e

%0
%99
%75
%27

Triadic Colors of #bb012e

#bb012e #2ebb01 #012ebb

Analogous Colors of #bb012e

#bb012e #bb3101 #bb018b

Monochromatic Colors of #bb012e

#bb012e

Complementary Color

#bb012e #01bb8e

#bb012e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb012e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb012e Color CSS Codes

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

#bb012e Text Font Color

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

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


#bb012e Background Color

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

This div background color is #bb012e


#bb012e Border Color

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

This div border color is #bb012e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb012e


Comments

No comments written yet.

Please login to write comment.