Color Hex Logo

#b1263f Color Hex

#B1263F
(177,38,63)
0 Favorites   0 Comments

Color spaces of #b1263f

RGB 1773863
HSL0.970.650.42
HSV349°79°69°
CMYK 0.000.790.64   0.31
XYZ19.721811.09225.8042
Yxy11.09220.53860.3029
Hunter Lab33.305047.416612.9807
CIE-Lab39.735355.771320.8250

#b1263f color RGB value is (177,38,63).

#b1263f hex color red value is 177, green value is 38 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b1263f hue: 0.97 , saturation: 0.65 and the lightness value of b1263f is 0.42.

The process color (four color CMYK) of #b1263f color hex is 0.00, 0.79, 0.64, 0.31. Web safe color of #b1263f is #993333. Color #b1263f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 00111111
Octal 261 46 77
Decimal 177 38 63
Hex B1 26 3F

RGB Percentages of Color #b1263f

%63.67
%13.67
%22.66

CMYK Percentages of Color #b1263f

%0
%79
%64
%31

Triadic Colors of #b1263f

#b1263f #3fb126 #263fb1

Analogous Colors of #b1263f

#b1263f #b15326 #b12685

Monochromatic Colors of #b1263f

#b1263f

Complementary Color

#b1263f #26b198

#b1263f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1263f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1263f Color CSS Codes

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

#b1263f Text Font Color

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

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


#b1263f Background Color

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

This div background color is #b1263f


#b1263f Border Color

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

This div border color is #b1263f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,38,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1263f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1263f;
  -webkit-box-shadow: 1px 1px 3px 2px #b1263f;
  box-shadow:         1px 1px 3px 2px #b1263f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,38,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1263f


Comments

No comments written yet.

Please login to write comment.