Color Hex Logo

#b4052c Color Hex

#B4052C
(180,5,44)
0 Favorites   0 Comments

Color spaces of #b4052c

RGB 180544
HSL0.960.950.36
HSV347°97°71°
CMYK 0.000.970.76   0.29
XYZ19.33139.99373.2930
Yxy9.99370.59270.3064
Hunter Lab31.612853.830715.9529
CIE-Lab37.831162.012330.5000

#b4052c color RGB value is (180,5,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000101 00101100
Octal 264 5 54
Decimal 180 5 44
Hex B4 5 2C

RGB Percentages of Color #b4052c

%78.60
%2.18
%19.21

CMYK Percentages of Color #b4052c

%0
%97
%76
%29

Triadic Colors of #b4052c

#b4052c #2cb405 #052cb4

Analogous Colors of #b4052c

#b4052c #b43605 #b40584

Monochromatic Colors of #b4052c

#b4052c

Complementary Color

#b4052c #05b48d

#b4052c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4052c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4052c Color CSS Codes

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

#b4052c Text Font Color

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

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


#b4052c Background Color

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

This div background color is #b4052c


#b4052c Border Color

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

This div border color is #b4052c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4052c


Comments

No comments written yet.

Please login to write comment.