Color Hex Logo

#b1293a Color Hex

#B1293A
(177,41,58)
0 Favorites   0 Comments

Color spaces of #b1293a

RGB 1774158
HSL0.980.620.43
HSV353°77°69°
CMYK 0.000.770.67   0.31
XYZ19.688111.23855.1346
Yxy11.23850.54600.3117
Hunter Lab33.523946.163814.3857
CIE-Lab39.979354.551024.2592

#b1293a color RGB value is (177,41,58).

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

The process color (four color CMYK) of #b1293a color hex is 0.00, 0.77, 0.67, 0.31. Web safe color of #b1293a is #993333. Color #b1293a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101001 00111010
Octal 261 51 72
Decimal 177 41 58
Hex B1 29 3A

RGB Percentages of Color #b1293a

%64.13
%14.86
%21.01

CMYK Percentages of Color #b1293a

%0
%77
%67
%31

Triadic Colors of #b1293a

#b1293a #3ab129 #293ab1

Analogous Colors of #b1293a

#b1293a #b15c29 #b1297e

Monochromatic Colors of #b1293a

#b1293a

Complementary Color

#b1293a #29b1a0

#b1293a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1293a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1293a Color CSS Codes

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

#b1293a Text Font Color

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

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


#b1293a Background Color

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

This div background color is #b1293a


#b1293a Border Color

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

This div border color is #b1293a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1293a


Comments

No comments written yet.

Please login to write comment.