Color Hex Logo

#b4342e Color Hex

#B4342E
(180,52,46)
0 Favorites   0 Comments

Color spaces of #b4342e

RGB 1805246
HSL0.010.590.44
HSV74°71°
CMYK 0.000.710.74   0.29
XYZ20.543512.35653.8871
Yxy12.35650.55840.3359
Hunter Lab35.151842.803718.0500
CIE-Lab41.777251.025433.7614

#b4342e color RGB value is (180,52,46).

#b4342e hex color red value is 180, green value is 52 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #b4342e hue: 0.01 , saturation: 0.59 and the lightness value of b4342e is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00110100 00101110
Octal 264 64 56
Decimal 180 52 46
Hex B4 34 2E

RGB Percentages of Color #b4342e

%64.75
%18.71
%16.55

CMYK Percentages of Color #b4342e

%0
%71
%74
%29

Triadic Colors of #b4342e

#b4342e #2eb434 #342eb4

Analogous Colors of #b4342e

#b4342e #b4772e #b42e6b

Monochromatic Colors of #b4342e

#b4342e

Complementary Color

#b4342e #2eaeb4

#b4342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4342e Color CSS Codes

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

#b4342e Text Font Color

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

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


#b4342e Background Color

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

This div background color is #b4342e


#b4342e Border Color

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

This div border color is #b4342e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4342e


Comments

No comments written yet.

Please login to write comment.