Color Hex Logo

#b43004 Color Hex

#B43004
(180,48,4)
1 Favorites   0 Comments

Color spaces of #b43004

RGB 180484
HSL0.040.960.36
HSV15°98°71°
CMYK 0.000.730.98   0.29
XYZ19.901311.82601.3486
Yxy11.82600.60170.3575
Hunter Lab34.389043.119421.7471
CIE-Lab40.938251.481751.8953

#b43004 color RGB value is (180,48,4).

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

The process color (four color CMYK) of #b43004 color hex is 0.00, 0.73, 0.98, 0.29. Web safe color of #b43004 is #cc3300. Color #b43004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110000 00000100
Octal 264 60 4
Decimal 180 48 4
Hex B4 30 4

RGB Percentages of Color #b43004

%77.59
%20.69
%1.72

CMYK Percentages of Color #b43004

%0
%73
%98
%29

Triadic Colors of #b43004

#b43004 #04b430 #3004b4

Analogous Colors of #b43004

#b43004 #b48804 #b40430

Monochromatic Colors of #b43004

#b43004

Complementary Color

#b43004 #0488b4

#b43004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43004 Color CSS Codes

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

#b43004 Text Font Color

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

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


#b43004 Background Color

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

This div background color is #b43004


#b43004 Border Color

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

This div border color is #b43004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43004


Comments

No comments written yet.

Please login to write comment.