Color Hex Logo

#b8132c Color Hex

#B8132C
(184,19,44)
0 Favorites   0 Comments

Color spaces of #b8132c

RGB 1841944
HSL0.970.810.40
HSV351°90°72°
CMYK 0.000.900.76   0.28
XYZ20.454710.83793.3967
Yxy10.83790.58970.3124
Hunter Lab32.921053.295316.9273
CIE-Lab39.306161.243732.3957

#b8132c color RGB value is (184,19,44).

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

The process color (four color CMYK) of #b8132c color hex is 0.00, 0.90, 0.76, 0.28. Web safe color of #b8132c is #cc0033. Color #b8132c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010011 00101100
Octal 270 23 54
Decimal 184 19 44
Hex B8 13 2C

RGB Percentages of Color #b8132c

%74.49
%7.69
%17.81

CMYK Percentages of Color #b8132c

%0
%90
%76
%28

Triadic Colors of #b8132c

#b8132c #2cb813 #132cb8

Analogous Colors of #b8132c

#b8132c #b84d13 #b8137f

Monochromatic Colors of #b8132c

#b8132c

Complementary Color

#b8132c #13b89f

#b8132c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8132c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8132c Color CSS Codes

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

#b8132c Text Font Color

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

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


#b8132c Background Color

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

This div background color is #b8132c


#b8132c Border Color

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

This div border color is #b8132c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8132c


Comments

No comments written yet.

Please login to write comment.