Color Hex Logo

#b8041f Color Hex

#B8041F
(184,4,31)
0 Favorites   0 Comments

Color spaces of #b8041f

RGB 184431
HSL0.980.960.37
HSV351°98°72°
CMYK 0.000.980.83   0.28
XYZ20.057910.37612.2419
Yxy10.37610.61380.3175
Hunter Lab32.212054.778318.4219
CIE-Lab38.509162.728639.1643

#b8041f color RGB value is (184,4,31).

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

The process color (four color CMYK) of #b8041f color hex is 0.00, 0.98, 0.83, 0.28. Web safe color of #b8041f is #cc0033. Color #b8041f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 00011111
Octal 270 4 37
Decimal 184 4 31
Hex B8 4 1F

RGB Percentages of Color #b8041f

%84.02
%1.83
%14.16

CMYK Percentages of Color #b8041f

%0
%98
%83
%28

Triadic Colors of #b8041f

#b8041f #1fb804 #041fb8

Analogous Colors of #b8041f

#b8041f #b84304 #b80479

Monochromatic Colors of #b8041f

#b8041f

Complementary Color

#b8041f #04b89d

#b8041f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8041f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8041f Color CSS Codes

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

#b8041f Text Font Color

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

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


#b8041f Background Color

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

This div background color is #b8041f


#b8041f Border Color

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

This div border color is #b8041f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8041f


Comments

No comments written yet.

Please login to write comment.