Color Hex Logo

#b32c5e Color Hex

#B32C5E
(179,44,94)
0 Favorites   0 Comments

Color spaces of #b32c5e

RGB 1794494
HSL0.940.610.44
HSV338°75°70°
CMYK 0.000.750.47   0.30
XYZ21.511512.193211.8094
Yxy12.19320.47260.2679
Hunter Lab34.918848.85604.3915
CIE-Lab41.521556.76813.7961

#b32c5e color RGB value is (179,44,94).

#b32c5e hex color red value is 179, green value is 44 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b32c5e hue: 0.94 , saturation: 0.61 and the lightness value of b32c5e is 0.44.

The process color (four color CMYK) of #b32c5e color hex is 0.00, 0.75, 0.47, 0.30. Web safe color of #b32c5e is #cc3366. Color #b32c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101100 01011110
Octal 263 54 136
Decimal 179 44 94
Hex B3 2C 5E

RGB Percentages of Color #b32c5e

%56.47
%13.88
%29.65

CMYK Percentages of Color #b32c5e

%0
%75
%47
%30

Triadic Colors of #b32c5e

#b32c5e #5eb32c #2c5eb3

Analogous Colors of #b32c5e

#b32c5e #b33e2c #b32ca2

Monochromatic Colors of #b32c5e

#b32c5e

Complementary Color

#b32c5e #2cb381

#b32c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32c5e Color CSS Codes

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

#b32c5e Text Font Color

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

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


#b32c5e Background Color

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

This div background color is #b32c5e


#b32c5e Border Color

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

This div border color is #b32c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32c5e


Comments

No comments written yet.

Please login to write comment.