Color Hex Logo

#b40731 Color Hex

#B40731
(180,7,49)
0 Favorites   0 Comments

Color spaces of #b40731

RGB 180749
HSL0.960.930.37
HSV345°96°71°
CMYK 0.000.960.73   0.29
XYZ19.452710.07703.8255
Yxy10.07700.58320.3021
Hunter Lab31.744353.831215.0760
CIE-Lab37.980361.983727.5647

#b40731 color RGB value is (180,7,49).

#b40731 hex color red value is 180, green value is 7 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #b40731 hue: 0.96 , saturation: 0.93 and the lightness value of b40731 is 0.37.

The process color (four color CMYK) of #b40731 color hex is 0.00, 0.96, 0.73, 0.29. Web safe color of #b40731 is #cc0033. Color #b40731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 00110001
Octal 264 7 61
Decimal 180 7 49
Hex B4 7 31

RGB Percentages of Color #b40731

%76.27
%2.97
%20.76

CMYK Percentages of Color #b40731

%0
%96
%73
%29

Triadic Colors of #b40731

#b40731 #31b407 #0731b4

Analogous Colors of #b40731

#b40731 #b43407 #b40788

Monochromatic Colors of #b40731

#b40731

Complementary Color

#b40731 #07b48a

#b40731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40731 Color CSS Codes

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

#b40731 Text Font Color

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

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


#b40731 Background Color

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

This div background color is #b40731


#b40731 Border Color

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

This div border color is #b40731


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40731


Comments

No comments written yet.

Please login to write comment.