Color Hex Logo

#b32d3e Color Hex

#B32D3E
(179,45,62)
0 Favorites   0 Comments

Color spaces of #b32d3e

RGB 1794562
HSL0.980.600.44
HSV352°75°70°
CMYK 0.000.750.65   0.30
XYZ20.398311.80835.7615
Yxy11.80830.53720.3110
Hunter Lab34.363245.823514.1134
CIE-Lab40.909854.055523.0350

#b32d3e color RGB value is (179,45,62).

#b32d3e hex color red value is 179, green value is 45 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #b32d3e hue: 0.98 , saturation: 0.60 and the lightness value of b32d3e is 0.44.

The process color (four color CMYK) of #b32d3e color hex is 0.00, 0.75, 0.65, 0.30. Web safe color of #b32d3e is #cc3333. Color #b32d3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101101 00111110
Octal 263 55 76
Decimal 179 45 62
Hex B3 2D 3E

RGB Percentages of Color #b32d3e

%62.59
%15.73
%21.68

CMYK Percentages of Color #b32d3e

%0
%75
%65
%30

Triadic Colors of #b32d3e

#b32d3e #3eb32d #2d3eb3

Analogous Colors of #b32d3e

#b32d3e #b35f2d #b32d81

Monochromatic Colors of #b32d3e

#b32d3e

Complementary Color

#b32d3e #2db3a2

#b32d3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32d3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32d3e Color CSS Codes

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

#b32d3e Text Font Color

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

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


#b32d3e Background Color

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

This div background color is #b32d3e


#b32d3e Border Color

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

This div border color is #b32d3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32d3e


Comments

No comments written yet.

Please login to write comment.