Color Hex Logo

#b84404 Color Hex

#B84404
(184,68,4)
0 Favorites   0 Comments

Color spaces of #b84404

RGB 184684
HSL0.060.960.37
HSV21°98°72°
CMYK 0.000.630.98   0.28
XYZ21.856214.33341.7295
Yxy14.33340.57640.3780
Hunter Lab37.859536.793623.7931
CIE-Lab44.707344.655354.3930

#b84404 color RGB value is (184,68,4).

#b84404 hex color red value is 184, green value is 68 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #b84404 hue: 0.06 , saturation: 0.96 and the lightness value of b84404 is 0.37.

The process color (four color CMYK) of #b84404 color hex is 0.00, 0.63, 0.98, 0.28. Web safe color of #b84404 is #cc3300. Color #b84404 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 00000100
Octal 270 104 4
Decimal 184 68 4
Hex B8 44 4

RGB Percentages of Color #b84404

%71.88
%26.56
%1.56

CMYK Percentages of Color #b84404

%0
%63
%98
%28

Triadic Colors of #b84404

#b84404 #04b844 #4404b8

Analogous Colors of #b84404

#b84404 #b89e04 #b8041e

Monochromatic Colors of #b84404

#b84404

Complementary Color

#b84404 #0478b8

#b84404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84404 Color CSS Codes

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

#b84404 Text Font Color

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

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


#b84404 Background Color

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

This div background color is #b84404


#b84404 Border Color

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

This div border color is #b84404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84404


Comments

No comments written yet.

Please login to write comment.