Color Hex Logo

#b43129 Color Hex

#B43129
(180,49,41)
0 Favorites   0 Comments

Color spaces of #b43129

RGB 1804941
HSL0.010.630.43
HSV77°71°
CMYK 0.000.730.77   0.29
XYZ20.320912.06003.3546
Yxy12.06000.56860.3375
Hunter Lab34.727543.676618.5820
CIE-Lab41.311351.945736.1142

#b43129 color RGB value is (180,49,41).

#b43129 hex color red value is 180, green value is 49 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #b43129 hue: 0.01 , saturation: 0.63 and the lightness value of b43129 is 0.43.

The process color (four color CMYK) of #b43129 color hex is 0.00, 0.73, 0.77, 0.29. Web safe color of #b43129 is #cc3333. Color #b43129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110001 00101001
Octal 264 61 51
Decimal 180 49 41
Hex B4 31 29

RGB Percentages of Color #b43129

%66.67
%18.15
%15.19

CMYK Percentages of Color #b43129

%0
%73
%77
%29

Triadic Colors of #b43129

#b43129 #29b431 #3129b4

Analogous Colors of #b43129

#b43129 #b47729 #b42967

Monochromatic Colors of #b43129

#b43129

Complementary Color

#b43129 #29acb4

#b43129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43129 Color CSS Codes

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

#b43129 Text Font Color

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

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


#b43129 Background Color

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

This div background color is #b43129


#b43129 Border Color

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

This div border color is #b43129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43129


Comments

No comments written yet.

Please login to write comment.