Color Hex Logo

#b31231 Color Hex

#B31231
(179,18,49)
0 Favorites   0 Comments

Color spaces of #b31231

RGB 1791849
HSL0.970.820.39
HSV348°90°70°
CMYK 0.000.900.73   0.30
XYZ19.361110.23813.8614
Yxy10.23810.57860.3060
Hunter Lab31.997052.013915.2428
CIE-Lab38.266460.287127.8538

#b31231 color RGB value is (179,18,49).

#b31231 hex color red value is 179, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b31231 hue: 0.97 , saturation: 0.82 and the lightness value of b31231 is 0.39.

The process color (four color CMYK) of #b31231 color hex is 0.00, 0.90, 0.73, 0.30. Web safe color of #b31231 is #cc0033. Color #b31231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010010 00110001
Octal 263 22 61
Decimal 179 18 49
Hex B3 12 31

RGB Percentages of Color #b31231

%72.76
%7.32
%19.92

CMYK Percentages of Color #b31231

%0
%90
%73
%30

Triadic Colors of #b31231

#b31231 #31b312 #1231b3

Analogous Colors of #b31231

#b31231 #b34312 #b31282

Monochromatic Colors of #b31231

#b31231

Complementary Color

#b31231 #12b394

#b31231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31231 Color CSS Codes

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

#b31231 Text Font Color

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

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


#b31231 Background Color

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

This div background color is #b31231


#b31231 Border Color

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

This div border color is #b31231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31231


Comments

No comments written yet.

Please login to write comment.