Color Hex Logo

#b4320b Color Hex

#B4320B
(180,50,11)
0 Favorites   0 Comments

Color spaces of #b4320b

RGB 1805011
HSL0.040.880.37
HSV14°94°71°
CMYK 0.000.720.94   0.29
XYZ20.023412.00871.5792
Yxy12.00870.59570.3573
Hunter Lab34.653642.496521.5556
CIE-Lab41.229950.830349.8982

#b4320b color RGB value is (180,50,11).

#b4320b hex color red value is 180, green value is 50 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b4320b hue: 0.04 , saturation: 0.88 and the lightness value of b4320b is 0.37.

The process color (four color CMYK) of #b4320b color hex is 0.00, 0.72, 0.94, 0.29. Web safe color of #b4320b is #cc3300. Color #b4320b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110010 00001011
Octal 264 62 13
Decimal 180 50 11
Hex B4 32 B

RGB Percentages of Color #b4320b

%74.69
%20.75
%4.56

CMYK Percentages of Color #b4320b

%0
%72
%94
%29

Triadic Colors of #b4320b

#b4320b #0bb432 #320bb4

Analogous Colors of #b4320b

#b4320b #b4870b #b40b38

Monochromatic Colors of #b4320b

#b4320b

Complementary Color

#b4320b #0b8db4

#b4320b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4320b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4320b Color CSS Codes

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

#b4320b Text Font Color

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

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


#b4320b Background Color

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

This div background color is #b4320b


#b4320b Border Color

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

This div border color is #b4320b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4320b


Comments

No comments written yet.

Please login to write comment.