Color Hex Logo

#b40940 Color Hex

#B40940
(180,9,64)
0 Favorites   0 Comments

Color spaces of #b40940

RGB 180964
HSL0.950.900.37
HSV341°95°71°
CMYK 0.000.950.64   0.29
XYZ19.845510.26885.7866
Yxy10.26880.55280.2860
Hunter Lab32.045054.466611.7250
CIE-Lab38.320662.486918.4620

#b40940 color RGB value is (180,9,64).

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

The process color (four color CMYK) of #b40940 color hex is 0.00, 0.95, 0.64, 0.29. Web safe color of #b40940 is #cc0033. Color #b40940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001001 01000000
Octal 264 11 100
Decimal 180 9 64
Hex B4 9 40

RGB Percentages of Color #b40940

%71.15
%3.56
%25.30

CMYK Percentages of Color #b40940

%0
%95
%64
%29

Triadic Colors of #b40940

#b40940 #40b409 #0940b4

Analogous Colors of #b40940

#b40940 #b42809 #b40996

Monochromatic Colors of #b40940

#b40940

Complementary Color

#b40940 #09b47d

#b40940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40940 Color CSS Codes

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

#b40940 Text Font Color

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

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


#b40940 Background Color

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

This div background color is #b40940


#b40940 Border Color

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

This div border color is #b40940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40940


Comments

No comments written yet.

Please login to write comment.