Color Hex Logo

#bb293e Color Hex

#BB293E
(187,41,62)
0 Favorites   0 Comments

Color spaces of #bb293e

RGB 1874162
HSL0.980.640.45
HSV351°78°73°
CMYK 0.000.780.67   0.27
XYZ22.156012.49855.8021
Yxy12.49850.54760.3089
Hunter Lab35.353249.998515.0167
CIE-Lab41.997757.729024.7347

#bb293e color RGB value is (187,41,62).

#bb293e hex color red value is 187, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bb293e hue: 0.98 , saturation: 0.64 and the lightness value of bb293e is 0.45.

The process color (four color CMYK) of #bb293e color hex is 0.00, 0.78, 0.67, 0.27. Web safe color of #bb293e is #cc3333. Color #bb293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101001 00111110
Octal 273 51 76
Decimal 187 41 62
Hex BB 29 3E

RGB Percentages of Color #bb293e

%64.48
%14.14
%21.38

CMYK Percentages of Color #bb293e

%0
%78
%67
%27

Triadic Colors of #bb293e

#bb293e #3ebb29 #293ebb

Analogous Colors of #bb293e

#bb293e #bb5d29 #bb2987

Monochromatic Colors of #bb293e

#bb293e

Complementary Color

#bb293e #29bba6

#bb293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb293e Color CSS Codes

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

#bb293e Text Font Color

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

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


#bb293e Background Color

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

This div background color is #bb293e


#bb293e Border Color

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

This div border color is #bb293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb293e


Comments

No comments written yet.

Please login to write comment.