Color Hex Logo

#b31115 Color Hex

#B31115
(179,17,21)
0 Favorites   0 Comments

Color spaces of #b31115

RGB 1791721
HSL1.000.830.38
HSV359°91°70°
CMYK 0.000.910.88   0.30
XYZ18.926210.03871.6496
Yxy10.03870.61820.3279
Hunter Lab31.683951.179119.0918
CIE-Lab37.911859.596143.4630

#b31115 color RGB value is (179,17,21).

#b31115 hex color red value is 179, green value is 17 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #b31115 hue: 1.00 , saturation: 0.83 and the lightness value of b31115 is 0.38.

The process color (four color CMYK) of #b31115 color hex is 0.00, 0.91, 0.88, 0.30. Web safe color of #b31115 is #cc0000. Color #b31115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010001 00010101
Octal 263 21 25
Decimal 179 17 21
Hex B3 11 15

RGB Percentages of Color #b31115

%82.49
%7.83
%9.68

CMYK Percentages of Color #b31115

%0
%91
%88
%30

Triadic Colors of #b31115

#b31115 #15b311 #1115b3

Analogous Colors of #b31115

#b31115 #b35e11 #b31166

Monochromatic Colors of #b31115

#b31115

Complementary Color

#b31115 #11b3af

#b31115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31115 Color CSS Codes

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

#b31115 Text Font Color

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

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


#b31115 Background Color

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

This div background color is #b31115


#b31115 Border Color

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

This div border color is #b31115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31115


Comments

No comments written yet.

Please login to write comment.