Color Hex Logo

#b4062c Color Hex

#B4062C
(180,6,44)
0 Favorites   0 Comments

Color spaces of #b4062c

RGB 180644
HSL0.960.940.36
HSV347°97°71°
CMYK 0.000.970.76   0.29
XYZ19.342110.01543.2966
Yxy10.01540.59230.3067
Hunter Lab31.647153.713315.9769
CIE-Lab37.870161.899330.5444

#b4062c color RGB value is (180,6,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000110 00101100
Octal 264 6 54
Decimal 180 6 44
Hex B4 6 2C

RGB Percentages of Color #b4062c

%78.26
%2.61
%19.13

CMYK Percentages of Color #b4062c

%0
%97
%76
%29

Triadic Colors of #b4062c

#b4062c #2cb406 #062cb4

Analogous Colors of #b4062c

#b4062c #b43706 #b40683

Monochromatic Colors of #b4062c

#b4062c

Complementary Color

#b4062c #06b48e

#b4062c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4062c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4062c Color CSS Codes

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

#b4062c Text Font Color

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

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


#b4062c Background Color

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

This div background color is #b4062c


#b4062c Border Color

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

This div border color is #b4062c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4062c


Comments

No comments written yet.

Please login to write comment.