Color Hex Logo

#b52044 Color Hex

#B52044
(181,32,68)
0 Favorites   0 Comments

Color spaces of #b52044

RGB 1813268
HSL0.960.700.42
HSV346°82°71°
CMYK 0.000.820.62   0.29
XYZ20.616011.27416.5584
Yxy11.27410.53620.2932
Hunter Lab33.576950.838111.9231
CIE-Lab40.038358.873018.2191

#b52044 color RGB value is (181,32,68).

#b52044 hex color red value is 181, green value is 32 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b52044 hue: 0.96 , saturation: 0.70 and the lightness value of b52044 is 0.42.

The process color (four color CMYK) of #b52044 color hex is 0.00, 0.82, 0.62, 0.29. Web safe color of #b52044 is #cc3333. Color #b52044 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100000 01000100
Octal 265 40 104
Decimal 181 32 68
Hex B5 20 44

RGB Percentages of Color #b52044

%64.41
%11.39
%24.20

CMYK Percentages of Color #b52044

%0
%82
%62
%29

Triadic Colors of #b52044

#b52044 #44b520 #2044b5

Analogous Colors of #b52044

#b52044 #b54720 #b5208f

Monochromatic Colors of #b52044

#b52044

Complementary Color

#b52044 #20b591

#b52044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52044 Color CSS Codes

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

#b52044 Text Font Color

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

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


#b52044 Background Color

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

This div background color is #b52044


#b52044 Border Color

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

This div border color is #b52044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52044


Comments

No comments written yet.

Please login to write comment.