Color Hex Logo

#b32049 Color Hex

#B32049
(179,32,73)
0 Favorites   0 Comments

Color spaces of #b32049

RGB 1793273
HSL0.950.700.41
HSV343°82°70°
CMYK 0.000.820.59   0.30
XYZ20.309511.09787.3750
Yxy11.09780.52370.2862
Hunter Lab33.313450.524210.1936
CIE-Lab39.744758.642514.5853

#b32049 color RGB value is (179,32,73).

#b32049 hex color red value is 179, green value is 32 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #b32049 hue: 0.95 , saturation: 0.70 and the lightness value of b32049 is 0.41.

The process color (four color CMYK) of #b32049 color hex is 0.00, 0.82, 0.59, 0.30. Web safe color of #b32049 is #cc3333. Color #b32049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100000 01001001
Octal 263 40 111
Decimal 179 32 73
Hex B3 20 49

RGB Percentages of Color #b32049

%63.03
%11.27
%25.70

CMYK Percentages of Color #b32049

%0
%82
%59
%30

Triadic Colors of #b32049

#b32049 #49b320 #2049b3

Analogous Colors of #b32049

#b32049 #b34120 #b32093

Monochromatic Colors of #b32049

#b32049

Complementary Color

#b32049 #20b38a

#b32049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32049 Color CSS Codes

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

#b32049 Text Font Color

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

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


#b32049 Background Color

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

This div background color is #b32049


#b32049 Border Color

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

This div border color is #b32049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32049


Comments

No comments written yet.

Please login to write comment.