Color Hex Logo

#b32e4a Color Hex

#B32E4A
(179,46,74)
0 Favorites   0 Comments

Color spaces of #b32e4a

RGB 1794674
HSL0.960.590.44
HSV347°74°70°
CMYK 0.000.740.59   0.30
XYZ20.803412.03217.7045
Yxy12.03210.51320.2968
Hunter Lab34.687346.350911.1120
CIE-Lab41.267154.484216.0136

#b32e4a color RGB value is (179,46,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101110 01001010
Octal 263 56 112
Decimal 179 46 74
Hex B3 2E 4A

RGB Percentages of Color #b32e4a

%59.87
%15.38
%24.75

CMYK Percentages of Color #b32e4a

%0
%74
%59
%30

Triadic Colors of #b32e4a

#b32e4a #4ab32e #2e4ab3

Analogous Colors of #b32e4a

#b32e4a #b3552e #b32e8d

Monochromatic Colors of #b32e4a

#b32e4a

Complementary Color

#b32e4a #2eb397

#b32e4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32e4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32e4a Color CSS Codes

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

#b32e4a Text Font Color

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

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


#b32e4a Background Color

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

This div background color is #b32e4a


#b32e4a Border Color

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

This div border color is #b32e4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32e4a


Comments

No comments written yet.

Please login to write comment.