Color Hex Logo

#b11334 Color Hex

#B11334
(177,19,52)
0 Favorites   0 Comments

Color spaces of #b11334

RGB 1771952
HSL0.970.810.38
HSV347°89°69°
CMYK 0.000.890.71   0.31
XYZ18.984210.06084.1902
Yxy10.06080.57120.3027
Hunter Lab31.718851.327314.3706
CIE-Lab37.951359.723725.4960

#b11334 color RGB value is (177,19,52).

#b11334 hex color red value is 177, green value is 19 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #b11334 hue: 0.97 , saturation: 0.81 and the lightness value of b11334 is 0.38.

The process color (four color CMYK) of #b11334 color hex is 0.00, 0.89, 0.71, 0.31. Web safe color of #b11334 is #990033. Color #b11334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00010011 00110100
Octal 261 23 64
Decimal 177 19 52
Hex B1 13 34

RGB Percentages of Color #b11334

%71.37
%7.66
%20.97

CMYK Percentages of Color #b11334

%0
%89
%71
%31

Triadic Colors of #b11334

#b11334 #34b113 #1334b1

Analogous Colors of #b11334

#b11334 #b14113 #b11383

Monochromatic Colors of #b11334

#b11334

Complementary Color

#b11334 #13b190

#b11334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b11334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b11334 Color CSS Codes

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

#b11334 Text Font Color

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

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


#b11334 Background Color

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

This div background color is #b11334


#b11334 Border Color

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

This div border color is #b11334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b11334


Comments

No comments written yet.

Please login to write comment.