Color Hex Logo

#b43d38 Color Hex

#B43D38
(180,61,56)
0 Favorites   0 Comments

Color spaces of #b43d38

RGB 1806156
HSL0.010.530.46
HSV69°71°
CMYK 0.000.660.69   0.29
XYZ21.204913.32635.1960
Yxy13.32630.53380.3354
Hunter Lab36.505239.801817.1146
CIE-Lab43.250847.859729.6129

#b43d38 color RGB value is (180,61,56).

#b43d38 hex color red value is 180, green value is 61 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b43d38 hue: 0.01 , saturation: 0.53 and the lightness value of b43d38 is 0.46.

The process color (four color CMYK) of #b43d38 color hex is 0.00, 0.66, 0.69, 0.29. Web safe color of #b43d38 is #cc3333. Color #b43d38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00111101 00111000
Octal 264 75 70
Decimal 180 61 56
Hex B4 3D 38

RGB Percentages of Color #b43d38

%60.61
%20.54
%18.86

CMYK Percentages of Color #b43d38

%0
%66
%69
%29

Triadic Colors of #b43d38

#b43d38 #38b43d #3d38b4

Analogous Colors of #b43d38

#b43d38 #b47b38 #b43871

Monochromatic Colors of #b43d38

#b43d38

Complementary Color

#b43d38 #38afb4

#b43d38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b43d38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b43d38 Color CSS Codes

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

#b43d38 Text Font Color

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

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


#b43d38 Background Color

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

This div background color is #b43d38


#b43d38 Border Color

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

This div border color is #b43d38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b43d38


Comments

No comments written yet.

Please login to write comment.