Color Hex Logo

#b4032c Color Hex

#B4032C
(180,3,44)
0 Favorites   0 Comments

Color spaces of #b4032c

RGB 180344
HSL0.960.970.36
HSV346°98°71°
CMYK 0.000.980.76   0.29
XYZ19.30969.95033.2857
Yxy9.95030.59330.3057
Hunter Lab31.544154.065915.9051
CIE-Lab37.753162.238630.4115

#b4032c color RGB value is (180,3,44).

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

The process color (four color CMYK) of #b4032c color hex is 0.00, 0.98, 0.76, 0.29. Web safe color of #b4032c is #cc0033. Color #b4032c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000011 00101100
Octal 264 3 54
Decimal 180 3 44
Hex B4 3 2C

RGB Percentages of Color #b4032c

%79.30
%1.32
%19.38

CMYK Percentages of Color #b4032c

%0
%98
%76
%29

Triadic Colors of #b4032c

#b4032c #2cb403 #032cb4

Analogous Colors of #b4032c

#b4032c #b43203 #b40385

Monochromatic Colors of #b4032c

#b4032c

Complementary Color

#b4032c #03b48b

#b4032c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4032c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4032c Color CSS Codes

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

#b4032c Text Font Color

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

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


#b4032c Background Color

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

This div background color is #b4032c


#b4032c Border Color

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

This div border color is #b4032c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4032c


Comments

No comments written yet.

Please login to write comment.