Color Hex Logo

#b31407 Color Hex

#B31407
(179,20,7)
0 Favorites   0 Comments

Color spaces of #b31407

RGB 179207
HSL0.010.920.36
HSV96°70°
CMYK 0.000.890.96   0.30
XYZ18.878910.09941.1554
Yxy10.09940.62650.3352
Hunter Lab31.779650.425120.0901
CIE-Lab38.020258.885349.1888

#b31407 color RGB value is (179,20,7).

#b31407 hex color red value is 179, green value is 20 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b31407 hue: 0.01 , saturation: 0.92 and the lightness value of b31407 is 0.36.

The process color (four color CMYK) of #b31407 color hex is 0.00, 0.89, 0.96, 0.30. Web safe color of #b31407 is #cc0000. Color #b31407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010100 00000111
Octal 263 24 7
Decimal 179 20 7
Hex B3 14 7

RGB Percentages of Color #b31407

%86.89
%9.71
%3.40

CMYK Percentages of Color #b31407

%0
%89
%96
%30

Triadic Colors of #b31407

#b31407 #07b314 #1407b3

Analogous Colors of #b31407

#b31407 #b36a07 #b30750

Monochromatic Colors of #b31407

#b31407

Complementary Color

#b31407 #07a6b3

#b31407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31407 Color CSS Codes

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

#b31407 Text Font Color

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

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


#b31407 Background Color

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

This div background color is #b31407


#b31407 Border Color

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

This div border color is #b31407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31407


Comments

No comments written yet.

Please login to write comment.