Color Hex Logo

#b32939 Color Hex

#B32939
(179,41,57)
0 Favorites   0 Comments

Color spaces of #b32939

RGB 1794157
HSL0.980.630.43
HSV353°77°70°
CMYK 0.000.770.68   0.30
XYZ20.121911.46505.0233
Yxy11.46500.54960.3132
Hunter Lab33.860046.821714.9060
CIE-Lab40.352955.097825.4292

#b32939 color RGB value is (179,41,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 00111001
Octal 263 51 71
Decimal 179 41 57
Hex B3 29 39

RGB Percentages of Color #b32939

%64.62
%14.80
%20.58

CMYK Percentages of Color #b32939

%0
%77
%68
%30

Triadic Colors of #b32939

#b32939 #39b329 #2939b3

Analogous Colors of #b32939

#b32939 #b35e29 #b3297e

Monochromatic Colors of #b32939

#b32939

Complementary Color

#b32939 #29b3a3

#b32939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32939 Color CSS Codes

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

#b32939 Text Font Color

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

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


#b32939 Background Color

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

This div background color is #b32939


#b32939 Border Color

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

This div border color is #b32939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32939


Comments

No comments written yet.

Please login to write comment.