Color Hex Logo

#b40809 Color Hex

#B40809
(180,8,9)
0 Favorites   0 Comments

Color spaces of #b40809

RGB 18089
HSL1.000.910.37
HSV360°96°71°
CMYK 0.000.960.95   0.29
XYZ18.95859.89671.1695
Yxy9.89670.63140.3296
Hunter Lab31.459052.518219.8172
CIE-Lab37.656460.863048.3834

#b40809 color RGB value is (180,8,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001000 00001001
Octal 264 10 11
Decimal 180 8 9
Hex B4 8 9

RGB Percentages of Color #b40809

%91.37
%4.06
%4.57

CMYK Percentages of Color #b40809

%0
%96
%95
%29

Triadic Colors of #b40809

#b40809 #09b408 #0809b4

Analogous Colors of #b40809

#b40809 #b45d08 #b4085f

Monochromatic Colors of #b40809

#b40809

Complementary Color

#b40809 #08b4b3

#b40809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40809 Color CSS Codes

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

#b40809 Text Font Color

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

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


#b40809 Background Color

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

This div background color is #b40809


#b40809 Border Color

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

This div border color is #b40809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40809


Comments

No comments written yet.

Please login to write comment.