Color Hex Logo

#b32952 Color Hex

#B32952
(179,41,82)
0 Favorites   0 Comments

Color spaces of #b32952

RGB 1794182
HSL0.950.630.43
HSV342°77°70°
CMYK 0.000.770.54   0.30
XYZ20.906311.77889.1543
Yxy11.77880.49970.2815
Hunter Lab34.320348.67348.2097
CIE-Lab40.862456.724610.4223

#b32952 color RGB value is (179,41,82).

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

The process color (four color CMYK) of #b32952 color hex is 0.00, 0.77, 0.54, 0.30. Web safe color of #b32952 is #cc3366. Color #b32952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101001 01010010
Octal 263 51 122
Decimal 179 41 82
Hex B3 29 52

RGB Percentages of Color #b32952

%59.27
%13.58
%27.15

CMYK Percentages of Color #b32952

%0
%77
%54
%30

Triadic Colors of #b32952

#b32952 #52b329 #2952b3

Analogous Colors of #b32952

#b32952 #b34529 #b32997

Monochromatic Colors of #b32952

#b32952

Complementary Color

#b32952 #29b38a

#b32952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32952 Color CSS Codes

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

#b32952 Text Font Color

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

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


#b32952 Background Color

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

This div background color is #b32952


#b32952 Border Color

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

This div border color is #b32952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32952


Comments

No comments written yet.

Please login to write comment.