Color Hex Logo

#b1072c Color Hex

#B1072C
(177,7,44)
0 Favorites   0 Comments

Color spaces of #b1072c

RGB 177744
HSL0.960.920.36
HSV347°96°69°
CMYK 0.000.960.75   0.31
XYZ18.66219.68093.2679
Yxy9.68090.59040.3063
Hunter Lab31.114152.613615.5527
CIE-Lab37.263561.025929.6801

#b1072c color RGB value is (177,7,44).

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

The process color (four color CMYK) of #b1072c color hex is 0.00, 0.96, 0.75, 0.31. Web safe color of #b1072c is #990033. Color #b1072c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000111 00101100
Octal 261 7 54
Decimal 177 7 44
Hex B1 7 2C

RGB Percentages of Color #b1072c

%77.63
%3.07
%19.30

CMYK Percentages of Color #b1072c

%0
%96
%75
%31

Triadic Colors of #b1072c

#b1072c #2cb107 #072cb1

Analogous Colors of #b1072c

#b1072c #b13707 #b10781

Monochromatic Colors of #b1072c

#b1072c

Complementary Color

#b1072c #07b18c

#b1072c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1072c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1072c Color CSS Codes

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

#b1072c Text Font Color

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

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


#b1072c Background Color

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

This div background color is #b1072c


#b1072c Border Color

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

This div border color is #b1072c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1072c


Comments

No comments written yet.

Please login to write comment.