Color Hex Logo

#b34449 Color Hex

#B34449
(179,68,73)
0 Favorites   0 Comments

Color spaces of #b34449

RGB 1796873
HSL0.990.450.48
HSV357°62°70°
CMYK 0.000.620.59   0.30
XYZ21.860114.19907.8919
Yxy14.19900.49740.3231
Hunter Lab37.681637.610013.9596
CIE-Lab44.517045.493920.9516

#b34449 color RGB value is (179,68,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01001001
Octal 263 104 111
Decimal 179 68 73
Hex B3 44 49

RGB Percentages of Color #b34449

%55.94
%21.25
%22.81

CMYK Percentages of Color #b34449

%0
%62
%59
%30

Triadic Colors of #b34449

#b34449 #49b344 #4449b3

Analogous Colors of #b34449

#b34449 #b37744 #b34481

Monochromatic Colors of #b34449

#b34449

Complementary Color

#b34449 #44b3ae

#b34449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34449 Color CSS Codes

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

#b34449 Text Font Color

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

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


#b34449 Background Color

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

This div background color is #b34449


#b34449 Border Color

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

This div border color is #b34449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34449


Comments

No comments written yet.

Please login to write comment.