Color Hex Logo

#b80426 Color Hex

#B80426
(184,4,38)
0 Favorites   0 Comments

Color spaces of #b80426

RGB 184438
HSL0.970.960.37
HSV349°98°72°
CMYK 0.000.980.79   0.28
XYZ20.160410.41712.7819
Yxy10.41710.60430.3123
Hunter Lab32.275555.015017.4825
CIE-Lab38.580862.925835.1992

#b80426 color RGB value is (184,4,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00000100 00100110
Octal 270 4 46
Decimal 184 4 38
Hex B8 4 26

RGB Percentages of Color #b80426

%81.42
%1.77
%16.81

CMYK Percentages of Color #b80426

%0
%98
%79
%28

Triadic Colors of #b80426

#b80426 #26b804 #0426b8

Analogous Colors of #b80426

#b80426 #b83c04 #b80480

Monochromatic Colors of #b80426

#b80426

Complementary Color

#b80426 #04b896

#b80426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80426 Color CSS Codes

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

#b80426 Text Font Color

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

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


#b80426 Background Color

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

This div background color is #b80426


#b80426 Border Color

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

This div border color is #b80426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80426


Comments

No comments written yet.

Please login to write comment.