Color Hex Logo

#b61114 Color Hex

#B61114
(182,17,20)
0 Favorites   0 Comments

Color spaces of #b61114

RGB 1821720
HSL1.000.830.39
HSV359°91°71°
CMYK 0.000.910.89   0.29
XYZ19.618110.39651.6346
Yxy10.39650.61990.3285
Hunter Lab32.243652.179119.5648
CIE-Lab38.544860.383044.7050

#b61114 color RGB value is (182,17,20).

#b61114 hex color red value is 182, green value is 17 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #b61114 hue: 1.00 , saturation: 0.83 and the lightness value of b61114 is 0.39.

The process color (four color CMYK) of #b61114 color hex is 0.00, 0.91, 0.89, 0.29. Web safe color of #b61114 is #cc0000. Color #b61114 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010001 00010100
Octal 266 21 24
Decimal 182 17 20
Hex B6 11 14

RGB Percentages of Color #b61114

%83.11
%7.76
%9.13

CMYK Percentages of Color #b61114

%0
%91
%89
%29

Triadic Colors of #b61114

#b61114 #14b611 #1114b6

Analogous Colors of #b61114

#b61114 #b66111 #b61167

Monochromatic Colors of #b61114

#b61114

Complementary Color

#b61114 #11b6b3

#b61114 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61114 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61114 Color CSS Codes

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

#b61114 Text Font Color

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

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


#b61114 Background Color

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

This div background color is #b61114


#b61114 Border Color

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

This div border color is #b61114


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,17,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b61114; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b61114;
  -webkit-box-shadow: 1px 1px 3px 2px #b61114;
  box-shadow:         1px 1px 3px 2px #b61114; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,17,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61114


Comments

No comments written yet.

Please login to write comment.