Color Hex Logo

#bb073e Color Hex

#BB073E
(187,7,62)
0 Favorites   0 Comments

Color spaces of #bb073e

RGB 187762
HSL0.950.930.38
HSV342°96°73°
CMYK 0.000.960.67   0.27
XYZ21.439011.06465.5631
Yxy11.06460.56320.2907
Hunter Lab33.263556.835813.3686
CIE-Lab39.689164.324121.8022

#bb073e color RGB value is (187,7,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 00111110
Octal 273 7 76
Decimal 187 7 62
Hex BB 7 3E

RGB Percentages of Color #bb073e

%73.05
%2.73
%24.22

CMYK Percentages of Color #bb073e

%0
%96
%67
%27

Triadic Colors of #bb073e

#bb073e #3ebb07 #073ebb

Analogous Colors of #bb073e

#bb073e #bb2a07 #bb0798

Monochromatic Colors of #bb073e

#bb073e

Complementary Color

#bb073e #07bb84

#bb073e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb073e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb073e Color CSS Codes

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

#bb073e Text Font Color

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

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


#bb073e Background Color

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

This div background color is #bb073e


#bb073e Border Color

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

This div border color is #bb073e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb073e


Comments

No comments written yet.

Please login to write comment.