Color Hex Logo

#b4080e Color Hex

#B4080E
(180,8,14)
0 Favorites   0 Comments

Color spaces of #b4080e

RGB 180814
HSL0.990.910.37
HSV358°96°71°
CMYK 0.000.960.92   0.29
XYZ18.98859.90871.3272
Yxy9.90870.62830.3278
Hunter Lab31.478152.589719.5348
CIE-Lab37.678160.923646.5204

#b4080e color RGB value is (180,8,14).

#b4080e hex color red value is 180, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b4080e hue: 0.99 , saturation: 0.91 and the lightness value of b4080e is 0.37.

The process color (four color CMYK) of #b4080e color hex is 0.00, 0.96, 0.92, 0.29. Web safe color of #b4080e is #cc0000. Color #b4080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 00001110
Octal 264 10 16
Decimal 180 8 14
Hex B4 8 E

RGB Percentages of Color #b4080e

%89.11
%3.96
%6.93

CMYK Percentages of Color #b4080e

%0
%96
%92
%29

Triadic Colors of #b4080e

#b4080e #0eb408 #080eb4

Analogous Colors of #b4080e

#b4080e #b45808 #b40864

Monochromatic Colors of #b4080e

#b4080e

Complementary Color

#b4080e #08b4ae

#b4080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4080e Color CSS Codes

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

#b4080e Text Font Color

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

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


#b4080e Background Color

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

This div background color is #b4080e


#b4080e Border Color

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

This div border color is #b4080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4080e


Comments

No comments written yet.

Please login to write comment.