Color Hex Logo

#b45004 Color Hex

#B45004
(180,80,4)
0 Favorites   0 Comments

Color spaces of #b45004

RGB 180804
HSL0.070.960.36
HSV26°98°71°
CMYK 0.000.560.98   0.29
XYZ21.713015.44941.9525
Yxy15.44940.55510.3950
Hunter Lab39.305729.820724.5688
CIE-Lab46.243737.362654.9678

#b45004 color RGB value is (180,80,4).

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

The process color (four color CMYK) of #b45004 color hex is 0.00, 0.56, 0.98, 0.29. Web safe color of #b45004 is #cc6600. Color #b45004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01010000 00000100
Octal 264 120 4
Decimal 180 80 4
Hex B4 50 4

RGB Percentages of Color #b45004

%68.18
%30.30
%1.52

CMYK Percentages of Color #b45004

%0
%56
%98
%29

Triadic Colors of #b45004

#b45004 #04b450 #5004b4

Analogous Colors of #b45004

#b45004 #b4a804 #b40410

Monochromatic Colors of #b45004

#b45004

Complementary Color

#b45004 #0468b4

#b45004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45004 Color CSS Codes

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

#b45004 Text Font Color

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

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


#b45004 Background Color

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

This div background color is #b45004


#b45004 Border Color

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

This div border color is #b45004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45004


Comments

No comments written yet.

Please login to write comment.