Color Hex Logo

#bb293a Color Hex

#BB293A
(187,41,58)
0 Favorites   0 Comments

Color spaces of #bb293a

RGB 1874158
HSL0.980.640.45
HSV353°78°73°
CMYK 0.000.780.69   0.27
XYZ22.050212.45625.2451
Yxy12.45620.55470.3134
Hunter Lab35.293349.758015.8940
CIE-Lab41.932257.520827.1116

#bb293a color RGB value is (187,41,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101001 00111010
Octal 273 51 72
Decimal 187 41 58
Hex BB 29 3A

RGB Percentages of Color #bb293a

%65.38
%14.34
%20.28

CMYK Percentages of Color #bb293a

%0
%78
%69
%27

Triadic Colors of #bb293a

#bb293a #3abb29 #293abb

Analogous Colors of #bb293a

#bb293a #bb6129 #bb2983

Monochromatic Colors of #bb293a

#bb293a

Complementary Color

#bb293a #29bbaa

#bb293a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb293a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb293a Color CSS Codes

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

#bb293a Text Font Color

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

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


#bb293a Background Color

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

This div background color is #bb293a


#bb293a Border Color

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

This div border color is #bb293a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb293a


Comments

No comments written yet.

Please login to write comment.