Color Hex Logo

#bb093e Color Hex

#BB093E
(187,9,62)
0 Favorites   0 Comments

Color spaces of #bb093e

RGB 187962
HSL0.950.910.38
HSV342°95°73°
CMYK 0.000.950.67   0.27
XYZ21.460711.10805.5704
Yxy11.10800.56270.2912
Hunter Lab33.328756.613013.4206
CIE-Lab39.761864.113321.8952

#bb093e color RGB value is (187,9,62).

#bb093e hex color red value is 187, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb093e hue: 0.95 , saturation: 0.91 and the lightness value of bb093e is 0.38.

The process color (four color CMYK) of #bb093e color hex is 0.00, 0.95, 0.67, 0.27. Web safe color of #bb093e is #cc0033. Color #bb093e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00001001 00111110
Octal 273 11 76
Decimal 187 9 62
Hex BB 9 3E

RGB Percentages of Color #bb093e

%72.48
%3.49
%24.03

CMYK Percentages of Color #bb093e

%0
%95
%67
%27

Triadic Colors of #bb093e

#bb093e #3ebb09 #093ebb

Analogous Colors of #bb093e

#bb093e #bb2d09 #bb0997

Monochromatic Colors of #bb093e

#bb093e

Complementary Color

#bb093e #09bb86

#bb093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb093e Color CSS Codes

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

#bb093e Text Font Color

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

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


#bb093e Background Color

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

This div background color is #bb093e


#bb093e Border Color

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

This div border color is #bb093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb093e


Comments

No comments written yet.

Please login to write comment.