Color Hex Logo

#b1343f Color Hex

#B1343F
(177,52,63)
0 Favorites   0 Comments

Color spaces of #b1343f

RGB 1775263
HSL0.990.550.45
HSV355°71°69°
CMYK 0.000.710.64   0.31
XYZ20.256712.16205.9825
Yxy12.16200.52750.3167
Hunter Lab34.874142.652614.2409
CIE-Lab41.472450.936023.0571

#b1343f color RGB value is (177,52,63).

#b1343f hex color red value is 177, green value is 52 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b1343f hue: 0.99 , saturation: 0.55 and the lightness value of b1343f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110100 00111111
Octal 261 64 77
Decimal 177 52 63
Hex B1 34 3F

RGB Percentages of Color #b1343f

%60.62
%17.81
%21.58

CMYK Percentages of Color #b1343f

%0
%71
%64
%31

Triadic Colors of #b1343f

#b1343f #3fb134 #343fb1

Analogous Colors of #b1343f

#b1343f #b16834 #b1347e

Monochromatic Colors of #b1343f

#b1343f

Complementary Color

#b1343f #34b1a6

#b1343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1343f Color CSS Codes

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

#b1343f Text Font Color

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

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


#b1343f Background Color

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

This div background color is #b1343f


#b1343f Border Color

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

This div border color is #b1343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1343f


Comments

No comments written yet.

Please login to write comment.