Color Hex Logo

#b41508 Color Hex

#B41508
(180,21,8)
0 Favorites   0 Comments

Color spaces of #b41508

RGB 180218
HSL0.010.910.37
HSV96°71°
CMYK 0.000.880.96   0.29
XYZ19.134410.25721.2011
Yxy10.25720.62550.3353
Hunter Lab32.026950.597520.1953
CIE-Lab38.300158.989049.0994

#b41508 color RGB value is (180,21,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010101 00001000
Octal 264 25 10
Decimal 180 21 8
Hex B4 15 8

RGB Percentages of Color #b41508

%86.12
%10.05
%3.83

CMYK Percentages of Color #b41508

%0
%88
%96
%29

Triadic Colors of #b41508

#b41508 #08b415 #1508b4

Analogous Colors of #b41508

#b41508 #b46b08 #b40851

Monochromatic Colors of #b41508

#b41508

Complementary Color

#b41508 #08a7b4

#b41508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41508 Color CSS Codes

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

#b41508 Text Font Color

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

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


#b41508 Background Color

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

This div background color is #b41508


#b41508 Border Color

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

This div border color is #b41508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41508


Comments

No comments written yet.

Please login to write comment.