Color Hex Logo

#b3444f Color Hex

#B3444F
(179,68,79)
0 Favorites   0 Comments

Color spaces of #b3444f

RGB 1796879
HSL0.980.450.48
HSV354°62°70°
CMYK 0.000.620.56   0.30
XYZ22.068814.28258.9908
Yxy14.28250.48670.3150
Hunter Lab37.792238.099012.3494
CIE-Lab44.635445.955417.4522

#b3444f color RGB value is (179,68,79).

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

The process color (four color CMYK) of #b3444f color hex is 0.00, 0.62, 0.56, 0.30. Web safe color of #b3444f is #cc3366. Color #b3444f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 01001111
Octal 263 104 117
Decimal 179 68 79
Hex B3 44 4F

RGB Percentages of Color #b3444f

%54.91
%20.86
%24.23

CMYK Percentages of Color #b3444f

%0
%62
%56
%30

Triadic Colors of #b3444f

#b3444f #4fb344 #444fb3

Analogous Colors of #b3444f

#b3444f #b37144 #b34487

Monochromatic Colors of #b3444f

#b3444f

Complementary Color

#b3444f #44b3a8

#b3444f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3444f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3444f Color CSS Codes

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

#b3444f Text Font Color

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

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


#b3444f Background Color

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

This div background color is #b3444f


#b3444f Border Color

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

This div border color is #b3444f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3444f


Comments

No comments written yet.

Please login to write comment.