Color Hex Logo

#bb0a19 Color Hex

#BB0A19
(187,10,25)
0 Favorites   0 Comments

Color spaces of #bb0a19

RGB 1871025
HSL0.990.900.39
HSV355°95°73°
CMYK 0.000.950.87   0.27
XYZ20.777510.85211.9193
Yxy10.85210.61930.3235
Hunter Lab32.942554.934019.6054
CIE-Lab39.330262.707643.3466

#bb0a19 color RGB value is (187,10,25).

#bb0a19 hex color red value is 187, green value is 10 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bb0a19 hue: 0.99 , saturation: 0.90 and the lightness value of bb0a19 is 0.39.

The process color (four color CMYK) of #bb0a19 color hex is 0.00, 0.95, 0.87, 0.27. Web safe color of #bb0a19 is #cc0000. Color #bb0a19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001010 00011001
Octal 273 12 31
Decimal 187 10 25
Hex BB A 19

RGB Percentages of Color #bb0a19

%84.23
%4.50
%11.26

CMYK Percentages of Color #bb0a19

%0
%95
%87
%27

Triadic Colors of #bb0a19

#bb0a19 #19bb0a #0a19bb

Analogous Colors of #bb0a19

#bb0a19 #bb540a #bb0a72

Monochromatic Colors of #bb0a19

#bb0a19

Complementary Color

#bb0a19 #0abbac

#bb0a19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb0a19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb0a19 Color CSS Codes

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

#bb0a19 Text Font Color

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

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


#bb0a19 Background Color

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

This div background color is #bb0a19


#bb0a19 Border Color

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

This div border color is #bb0a19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb0a19


Comments

No comments written yet.

Please login to write comment.