Color Hex Logo

#b31049 Color Hex

#B31049
(179,16,73)
0 Favorites   0 Comments

Color spaces of #b31049

RGB 1791673
HSL0.940.840.38
HSV339°91°70°
CMYK 0.000.910.59   0.30
XYZ19.978310.43537.2646
Yxy10.43530.53020.2770
Hunter Lab32.303753.86229.2792
CIE-Lab38.612661.888313.0423

#b31049 color RGB value is (179,16,73).

#b31049 hex color red value is 179, green value is 16 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b31049 hue: 0.94 , saturation: 0.84 and the lightness value of b31049 is 0.38.

The process color (four color CMYK) of #b31049 color hex is 0.00, 0.91, 0.59, 0.30. Web safe color of #b31049 is #cc0033. Color #b31049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010000 01001001
Octal 263 20 111
Decimal 179 16 73
Hex B3 10 49

RGB Percentages of Color #b31049

%66.79
%5.97
%27.24

CMYK Percentages of Color #b31049

%0
%91
%59
%30

Triadic Colors of #b31049

#b31049 #49b310 #1049b3

Analogous Colors of #b31049

#b31049 #b32810 #b3109b

Monochromatic Colors of #b31049

#b31049

Complementary Color

#b31049 #10b37a

#b31049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31049 Color CSS Codes

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

#b31049 Text Font Color

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

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


#b31049 Background Color

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

This div background color is #b31049


#b31049 Border Color

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

This div border color is #b31049


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,16,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b31049; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b31049;
  -webkit-box-shadow: 1px 1px 3px 2px #b31049;
  box-shadow:         1px 1px 3px 2px #b31049; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,16,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31049


Comments

No comments written yet.

Please login to write comment.