Color Hex Logo

#b12117 Color Hex

#B12117
(177,33,23)
0 Favorites   0 Comments

Color spaces of #b12117

RGB 1773323
HSL0.010.770.39
HSV87°69°
CMYK 0.000.810.87   0.31
XYZ18.830010.49671.8442
Yxy10.49670.60410.3367
Hunter Lab32.398647.046219.3041
CIE-Lab38.719555.619042.9815

#b12117 color RGB value is (177,33,23).

#b12117 hex color red value is 177, green value is 33 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b12117 hue: 0.01 , saturation: 0.77 and the lightness value of b12117 is 0.39.

The process color (four color CMYK) of #b12117 color hex is 0.00, 0.81, 0.87, 0.31. Web safe color of #b12117 is #993300. Color #b12117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100001 00010111
Octal 261 41 27
Decimal 177 33 23
Hex B1 21 17

RGB Percentages of Color #b12117

%75.97
%14.16
%9.87

CMYK Percentages of Color #b12117

%0
%81
%87
%31

Triadic Colors of #b12117

#b12117 #17b121 #2117b1

Analogous Colors of #b12117

#b12117 #b16e17 #b1175a

Monochromatic Colors of #b12117

#b12117

Complementary Color

#b12117 #17a7b1

#b12117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12117 Color CSS Codes

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

#b12117 Text Font Color

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

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


#b12117 Background Color

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

This div background color is #b12117


#b12117 Border Color

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

This div border color is #b12117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12117


Comments

No comments written yet.

Please login to write comment.