Color Hex Logo

#b40749 Color Hex

#B40749
(180,7,73)
0 Favorites   0 Comments

Color spaces of #b40749

RGB 180773
HSL0.940.930.37
HSV337°96°71°
CMYK 0.000.960.59   0.29
XYZ20.101010.33637.2390
Yxy10.33630.53350.2743
Hunter Lab32.150155.33969.1552
CIE-Lab38.439463.242512.8390

#b40749 color RGB value is (180,7,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000111 01001001
Octal 264 7 111
Decimal 180 7 73
Hex B4 7 49

RGB Percentages of Color #b40749

%69.23
%2.69
%28.08

CMYK Percentages of Color #b40749

%0
%96
%59
%29

Triadic Colors of #b40749

#b40749 #49b407 #0749b4

Analogous Colors of #b40749

#b40749 #b41c07 #b407a0

Monochromatic Colors of #b40749

#b40749

Complementary Color

#b40749 #07b472

#b40749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40749 Color CSS Codes

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

#b40749 Text Font Color

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

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


#b40749 Background Color

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

This div background color is #b40749


#b40749 Border Color

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

This div border color is #b40749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40749


Comments

No comments written yet.

Please login to write comment.