Color Hex Logo

#b32928 Color Hex

#B32928
(179,41,40)
0 Favorites   0 Comments

Color spaces of #b32928

RGB 1794140
HSL0.000.630.43
HSV78°70°
CMYK 0.000.770.78   0.30
XYZ19.766311.32283.1512
Yxy11.32280.57730.3307
Hunter Lab33.649445.968018.0022
CIE-Lab40.118954.340435.3520

#b32928 color RGB value is (179,41,40).

#b32928 hex color red value is 179, green value is 41 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #b32928 hue: 0.00 , saturation: 0.63 and the lightness value of b32928 is 0.43.

The process color (four color CMYK) of #b32928 color hex is 0.00, 0.77, 0.78, 0.30. Web safe color of #b32928 is #cc3333. Color #b32928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 00101000
Octal 263 51 50
Decimal 179 41 40
Hex B3 29 28

RGB Percentages of Color #b32928

%68.85
%15.77
%15.38

CMYK Percentages of Color #b32928

%0
%77
%78
%30

Triadic Colors of #b32928

#b32928 #28b329 #2928b3

Analogous Colors of #b32928

#b32928 #b36f28 #b3286d

Monochromatic Colors of #b32928

#b32928

Complementary Color

#b32928 #28b2b3

#b32928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32928 Color CSS Codes

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

#b32928 Text Font Color

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

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


#b32928 Background Color

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

This div background color is #b32928


#b32928 Border Color

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

This div border color is #b32928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32928


Comments

No comments written yet.

Please login to write comment.