Color Hex Logo

#bb010f Color Hex

#BB010F
(187,1,15)
0 Favorites   0 Comments

Color spaces of #bb010f

RGB 187115
HSL0.990.990.37
HSV355°99°73°
CMYK 0.000.990.92   0.27
XYZ20.590610.62101.4167
Yxy10.62100.63110.3255
Hunter Lab32.589955.745820.2355
CIE-Lab38.934763.506847.6747

#bb010f color RGB value is (187,1,15).

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

The process color (four color CMYK) of #bb010f color hex is 0.00, 0.99, 0.92, 0.27. Web safe color of #bb010f is #cc0000. Color #bb010f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 00001111
Octal 273 1 17
Decimal 187 1 15
Hex BB 1 F

RGB Percentages of Color #bb010f

%92.12
%0.49
%7.39

CMYK Percentages of Color #bb010f

%0
%99
%92
%27

Triadic Colors of #bb010f

#bb010f #0fbb01 #010fbb

Analogous Colors of #bb010f

#bb010f #bb5001 #bb016c

Monochromatic Colors of #bb010f

#bb010f

Complementary Color

#bb010f #01bbad

#bb010f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb010f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb010f Color CSS Codes

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

#bb010f Text Font Color

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

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


#bb010f Background Color

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

This div background color is #bb010f


#bb010f Border Color

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

This div border color is #bb010f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb010f


Comments

No comments written yet.

Please login to write comment.