Color Hex Logo

#bb013c Color Hex

#BB013C
(187,1,60)
0 Favorites   0 Comments

Color spaces of #bb013c

RGB 187160
HSL0.950.990.37
HSV341°99°73°
CMYK 0.000.990.68   0.27
XYZ21.320010.91275.2576
Yxy10.91270.56870.2911
Hunter Lab33.034457.391713.6877
CIE-Lab39.433064.863422.7450

#bb013c color RGB value is (187,1,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 00111100
Octal 273 1 74
Decimal 187 1 60
Hex BB 1 3C

RGB Percentages of Color #bb013c

%75.40
%0.40
%24.19

CMYK Percentages of Color #bb013c

%0
%99
%68
%27

Triadic Colors of #bb013c

#bb013c #3cbb01 #013cbb

Analogous Colors of #bb013c

#bb013c #bb2301 #bb0199

Monochromatic Colors of #bb013c

#bb013c

Complementary Color

#bb013c #01bb80

#bb013c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb013c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb013c Color CSS Codes

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

#bb013c Text Font Color

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

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


#bb013c Background Color

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

This div background color is #bb013c


#bb013c Border Color

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

This div border color is #bb013c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb013c


Comments

No comments written yet.

Please login to write comment.