Color Hex Logo

#b31507 Color Hex

#B31507
(179,21,7)
0 Favorites   0 Comments

Color spaces of #b31507

RGB 179217
HSL0.010.920.36
HSV96°70°
CMYK 0.000.880.96   0.30
XYZ18.896910.13541.1614
Yxy10.13540.62590.3357
Hunter Lab31.836150.238520.1224
CIE-Lab38.084458.701649.2234

#b31507 color RGB value is (179,21,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010101 00000111
Octal 263 25 7
Decimal 179 21 7
Hex B3 15 7

RGB Percentages of Color #b31507

%86.47
%10.14
%3.38

CMYK Percentages of Color #b31507

%0
%88
%96
%30

Triadic Colors of #b31507

#b31507 #07b315 #1507b3

Analogous Colors of #b31507

#b31507 #b36b07 #b3074f

Monochromatic Colors of #b31507

#b31507

Complementary Color

#b31507 #07a5b3

#b31507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31507 Color CSS Codes

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

#b31507 Text Font Color

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

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


#b31507 Background Color

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

This div background color is #b31507


#b31507 Border Color

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

This div border color is #b31507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31507


Comments

No comments written yet.

Please login to write comment.