Color Hex Logo

#b31949 Color Hex

#B31949
(179,25,73)
0 Favorites   0 Comments

Color spaces of #b31949

RGB 1792573
HSL0.950.750.40
HSV341°86°70°
CMYK 0.000.860.59   0.30
XYZ20.140610.76007.3187
Yxy10.76000.52700.2815
Hunter Lab32.802452.19429.7332
CIE-Lab39.173360.274613.8081

#b31949 color RGB value is (179,25,73).

#b31949 hex color red value is 179, green value is 25 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b31949 hue: 0.95 , saturation: 0.75 and the lightness value of b31949 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 01001001
Octal 263 31 111
Decimal 179 25 73
Hex B3 19 49

RGB Percentages of Color #b31949

%64.62
%9.03
%26.35

CMYK Percentages of Color #b31949

%0
%86
%59
%30

Triadic Colors of #b31949

#b31949 #49b319 #1949b3

Analogous Colors of #b31949

#b31949 #b33619 #b31996

Monochromatic Colors of #b31949

#b31949

Complementary Color

#b31949 #19b383

#b31949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31949 Color CSS Codes

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

#b31949 Text Font Color

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

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


#b31949 Background Color

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

This div background color is #b31949


#b31949 Border Color

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

This div border color is #b31949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31949


Comments

No comments written yet.

Please login to write comment.