Color Hex Logo

#bb003c Color Hex

#BB003C
(187,0,60)
0 Favorites   0 Comments

Color spaces of #bb003c

RGB 187060
HSL0.951.000.37
HSV341°100°73°
CMYK 0.001.000.68   0.27
XYZ21.309110.89105.2540
Yxy10.89100.56890.2908
Hunter Lab33.001557.504913.6618
CIE-Lab39.396364.970122.6982

#bb003c color RGB value is (187,0,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000000 00111100
Octal 273 0 74
Decimal 187 0 60
Hex BB 0 3C

RGB Percentages of Color #bb003c

%75.71
%0.00
%24.29

CMYK Percentages of Color #bb003c

%0
%100
%68
%27

Triadic Colors of #bb003c

#bb003c #3cbb00 #003cbb

Analogous Colors of #bb003c

#bb003c #bb2100 #bb009a

Monochromatic Colors of #bb003c

#bb003c

Complementary Color

#bb003c #00bb7f

#bb003c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb003c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb003c Color CSS Codes

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

#bb003c Text Font Color

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

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


#bb003c Background Color

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

This div background color is #bb003c


#bb003c Border Color

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

This div border color is #bb003c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb003c


Comments

No comments written yet.

Please login to write comment.