Color Hex Logo

#b31707 Color Hex

#B31707
(179,23,7)
0 Favorites   0 Comments

Color spaces of #b31707

RGB 179237
HSL0.020.920.36
HSV96°70°
CMYK 0.000.870.96   0.30
XYZ18.935210.21181.1741
Yxy10.21180.62450.3368
Hunter Lab31.955949.845820.1907
CIE-Lab38.219958.314349.2972

#b31707 color RGB value is (179,23,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010111 00000111
Octal 263 27 7
Decimal 179 23 7
Hex B3 17 7

RGB Percentages of Color #b31707

%85.65
%11.00
%3.35

CMYK Percentages of Color #b31707

%0
%87
%96
%30

Triadic Colors of #b31707

#b31707 #07b317 #1707b3

Analogous Colors of #b31707

#b31707 #b36d07 #b3074d

Monochromatic Colors of #b31707

#b31707

Complementary Color

#b31707 #07a3b3

#b31707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b31707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b31707 Color CSS Codes

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

#b31707 Text Font Color

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

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


#b31707 Background Color

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

This div background color is #b31707


#b31707 Border Color

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

This div border color is #b31707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b31707


Comments

No comments written yet.

Please login to write comment.