Color Hex Logo

#b94804 Color Hex

#B94804
(185,72,4)
0 Favorites   0 Comments

Color spaces of #b94804

RGB 185724
HSL0.060.960.37
HSV23°98°73°
CMYK 0.000.610.98   0.27
XYZ22.346914.95781.8242
Yxy14.95780.57110.3823
Hunter Lab38.675335.456924.2762
CIE-Lab45.576343.185054.9900

#b94804 color RGB value is (185,72,4).

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

The process color (four color CMYK) of #b94804 color hex is 0.00, 0.61, 0.98, 0.27. Web safe color of #b94804 is #cc3300. Color #b94804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001000 00000100
Octal 271 110 4
Decimal 185 72 4
Hex B9 48 4

RGB Percentages of Color #b94804

%70.88
%27.59
%1.53

CMYK Percentages of Color #b94804

%0
%61
%98
%27

Triadic Colors of #b94804

#b94804 #04b948 #4804b9

Analogous Colors of #b94804

#b94804 #b9a304 #b9041b

Monochromatic Colors of #b94804

#b94804

Complementary Color

#b94804 #0475b9

#b94804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94804 Color CSS Codes

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

#b94804 Text Font Color

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

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


#b94804 Background Color

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

This div background color is #b94804


#b94804 Border Color

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

This div border color is #b94804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94804


Comments

No comments written yet.

Please login to write comment.