Color Hex Logo

#b34447 Color Hex

#B34447
(179,68,71)
0 Favorites   0 Comments

Color spaces of #b34447

RGB 1796871
HSL1.000.450.48
HSV358°62°70°
CMYK 0.000.620.60   0.30
XYZ21.794914.17297.5482
Yxy14.17290.50080.3257
Hunter Lab37.646937.456814.4652
CIE-Lab44.479945.349022.1162

#b34447 color RGB value is (179,68,71).

#b34447 hex color red value is 179, green value is 68 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #b34447 hue: 1.00 , saturation: 0.45 and the lightness value of b34447 is 0.48.

The process color (four color CMYK) of #b34447 color hex is 0.00, 0.62, 0.60, 0.30. Web safe color of #b34447 is #cc3333. Color #b34447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01000111
Octal 263 104 107
Decimal 179 68 71
Hex B3 44 47

RGB Percentages of Color #b34447

%56.29
%21.38
%22.33

CMYK Percentages of Color #b34447

%0
%62
%60
%30

Triadic Colors of #b34447

#b34447 #47b344 #4447b3

Analogous Colors of #b34447

#b34447 #b37944 #b3447f

Monochromatic Colors of #b34447

#b34447

Complementary Color

#b34447 #44b3b0

#b34447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34447 Color CSS Codes

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

#b34447 Text Font Color

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

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


#b34447 Background Color

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

This div background color is #b34447


#b34447 Border Color

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

This div border color is #b34447


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,68,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b34447; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b34447;
  -webkit-box-shadow: 1px 1px 3px 2px #b34447;
  box-shadow:         1px 1px 3px 2px #b34447; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,68,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34447


Comments

No comments written yet.

Please login to write comment.