Color Hex Logo

#b80116 Color Hex

#B80116
(184,1,22)
0 Favorites   0 Comments

Color spaces of #b80116

RGB 184122
HSL0.980.990.36
HSV353°99°72°
CMYK 0.000.990.88   0.28
XYZ19.922810.27001.6913
Yxy10.27000.62490.3221
Hunter Lab32.046854.887519.3037
CIE-Lab38.322762.862443.7580

#b80116 color RGB value is (184,1,22).

#b80116 hex color red value is 184, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #b80116 hue: 0.98 , saturation: 0.99 and the lightness value of b80116 is 0.36.

The process color (four color CMYK) of #b80116 color hex is 0.00, 0.99, 0.88, 0.28. Web safe color of #b80116 is #cc0000. Color #b80116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000001 00010110
Octal 270 1 26
Decimal 184 1 22
Hex B8 1 16

RGB Percentages of Color #b80116

%88.89
%0.48
%10.63

CMYK Percentages of Color #b80116

%0
%99
%88
%28

Triadic Colors of #b80116

#b80116 #16b801 #0116b8

Analogous Colors of #b80116

#b80116 #b84801 #b80172

Monochromatic Colors of #b80116

#b80116

Complementary Color

#b80116 #01b8a3

#b80116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80116 Color CSS Codes

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

#b80116 Text Font Color

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

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


#b80116 Background Color

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

This div background color is #b80116


#b80116 Border Color

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

This div border color is #b80116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80116


Comments

No comments written yet.

Please login to write comment.