Color Hex Logo

#b32d40 Color Hex

#B32D40
(179,45,64)
0 Favorites   0 Comments

Color spaces of #b32d40

RGB 1794564
HSL0.980.600.44
HSV351°75°70°
CMYK 0.000.750.64   0.30
XYZ20.454211.83066.0560
Yxy11.83060.53350.3086
Hunter Lab34.395645.957013.6378
CIE-Lab40.945654.174421.8386

#b32d40 color RGB value is (179,45,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101101 01000000
Octal 263 55 100
Decimal 179 45 64
Hex B3 2D 40

RGB Percentages of Color #b32d40

%62.15
%15.63
%22.22

CMYK Percentages of Color #b32d40

%0
%75
%64
%30

Triadic Colors of #b32d40

#b32d40 #40b32d #2d40b3

Analogous Colors of #b32d40

#b32d40 #b35d2d #b32d83

Monochromatic Colors of #b32d40

#b32d40

Complementary Color

#b32d40 #2db3a0

#b32d40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32d40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32d40 Color CSS Codes

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

#b32d40 Text Font Color

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

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


#b32d40 Background Color

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

This div background color is #b32d40


#b32d40 Border Color

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

This div border color is #b32d40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32d40

#b32d40 Color Palettes


Comments

No comments written yet.

Please login to write comment.