Color Hex Logo

#b3343a Color Hex

#B3343A
(179,52,58)
0 Favorites   0 Comments

Color spaces of #b3343a

RGB 1795258
HSL0.990.550.45
HSV357°71°70°
CMYK 0.000.710.68   0.30
XYZ20.582112.34525.3010
Yxy12.34520.53840.3229
Hunter Lab35.135743.075715.6498
CIE-Lab41.759651.289126.5564

#b3343a color RGB value is (179,52,58).

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

The process color (four color CMYK) of #b3343a color hex is 0.00, 0.71, 0.68, 0.30. Web safe color of #b3343a is #cc3333. Color #b3343a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 00111010
Octal 263 64 72
Decimal 179 52 58
Hex B3 34 3A

RGB Percentages of Color #b3343a

%61.94
%17.99
%20.07

CMYK Percentages of Color #b3343a

%0
%71
%68
%30

Triadic Colors of #b3343a

#b3343a #3ab334 #343ab3

Analogous Colors of #b3343a

#b3343a #b36e34 #b3347a

Monochromatic Colors of #b3343a

#b3343a

Complementary Color

#b3343a #34b3ad

#b3343a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3343a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3343a Color CSS Codes

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

#b3343a Text Font Color

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

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


#b3343a Background Color

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

This div background color is #b3343a


#b3343a Border Color

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

This div border color is #b3343a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3343a


Comments

No comments written yet.

Please login to write comment.