Color Hex Logo

#b4343f Color Hex

#B4343F
(180,52,63)
0 Favorites   0 Comments

Color spaces of #b4343f

RGB 1805263
HSL0.990.550.45
HSV355°71°71°
CMYK 0.000.710.65   0.29
XYZ20.947612.51826.0148
Yxy12.51820.53060.3171
Hunter Lab35.381143.765314.6874
CIE-Lab42.028151.898423.8786

#b4343f color RGB value is (180,52,63).

#b4343f hex color red value is 180, green value is 52 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #b4343f hue: 0.99 , saturation: 0.55 and the lightness value of b4343f is 0.45.

The process color (four color CMYK) of #b4343f color hex is 0.00, 0.71, 0.65, 0.29. Web safe color of #b4343f is #cc3333. Color #b4343f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 00111111
Octal 264 64 77
Decimal 180 52 63
Hex B4 34 3F

RGB Percentages of Color #b4343f

%61.02
%17.63
%21.36

CMYK Percentages of Color #b4343f

%0
%71
%65
%29

Triadic Colors of #b4343f

#b4343f #3fb434 #343fb4

Analogous Colors of #b4343f

#b4343f #b46934 #b4347f

Monochromatic Colors of #b4343f

#b4343f

Complementary Color

#b4343f #34b4a9

#b4343f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4343f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4343f Color CSS Codes

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

#b4343f Text Font Color

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

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


#b4343f Background Color

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

This div background color is #b4343f


#b4343f Border Color

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

This div border color is #b4343f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4343f

#b4343f Color Palettes


Comments

No comments written yet.

Please login to write comment.