Color Hex Logo

#b8120e Color Hex

#B8120E
(184,18,14)
0 Favorites   0 Comments

Color spaces of #b8120e

RGB 1841814
HSL0.000.860.39
HSV92°72°
CMYK 0.000.900.92   0.28
XYZ20.062710.65471.4146
Yxy10.65470.62440.3316
Hunter Lab32.641552.590020.2796
CIE-Lab38.992760.668147.7980

#b8120e color RGB value is (184,18,14).

#b8120e hex color red value is 184, green value is 18 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b8120e hue: 0.00 , saturation: 0.86 and the lightness value of b8120e is 0.39.

The process color (four color CMYK) of #b8120e color hex is 0.00, 0.90, 0.92, 0.28. Web safe color of #b8120e is #cc0000. Color #b8120e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010010 00001110
Octal 270 22 16
Decimal 184 18 14
Hex B8 12 E

RGB Percentages of Color #b8120e

%85.19
%8.33
%6.48

CMYK Percentages of Color #b8120e

%0
%90
%92
%28

Triadic Colors of #b8120e

#b8120e #0eb812 #120eb8

Analogous Colors of #b8120e

#b8120e #b8670e #b80e5f

Monochromatic Colors of #b8120e

#b8120e

Complementary Color

#b8120e #0eb4b8

#b8120e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8120e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8120e Color CSS Codes

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

#b8120e Text Font Color

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

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


#b8120e Background Color

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

This div background color is #b8120e


#b8120e Border Color

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

This div border color is #b8120e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8120e


Comments

No comments written yet.

Please login to write comment.