Color Hex Logo

#b41004 Color Hex

#B41004
(180,16,4)
0 Favorites   0 Comments

Color spaces of #b41004

RGB 180164
HSL0.010.960.36
HSV98°71°
CMYK 0.000.910.98   0.29
XYZ19.029610.08261.0580
Yxy10.08260.63070.3342
Hunter Lab31.753151.406920.2517
CIE-Lab37.990359.788650.4086

#b41004 color RGB value is (180,16,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010000 00000100
Octal 264 20 4
Decimal 180 16 4
Hex B4 10 4

RGB Percentages of Color #b41004

%90.00
%8.00
%2.00

CMYK Percentages of Color #b41004

%0
%91
%98
%29

Triadic Colors of #b41004

#b41004 #04b410 #1004b4

Analogous Colors of #b41004

#b41004 #b46804 #b40450

Monochromatic Colors of #b41004

#b41004

Complementary Color

#b41004 #04a8b4

#b41004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41004 Color CSS Codes

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

#b41004 Text Font Color

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

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


#b41004 Background Color

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

This div background color is #b41004


#b41004 Border Color

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

This div border color is #b41004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41004


Comments

No comments written yet.

Please login to write comment.