Color Hex Logo

#b44048 Color Hex

#B44048
(180,64,72)
0 Favorites   0 Comments

Color spaces of #b44048

RGB 1806472
HSL0.990.480.48
HSV356°64°71°
CMYK 0.000.640.60   0.29
XYZ21.825513.83807.6516
Yxy13.83800.50390.3195
Hunter Lab37.199539.629713.8442
CIE-Lab43.999747.561820.9148

#b44048 color RGB value is (180,64,72).

#b44048 hex color red value is 180, green value is 64 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b44048 hue: 0.99 , saturation: 0.48 and the lightness value of b44048 is 0.48.

The process color (four color CMYK) of #b44048 color hex is 0.00, 0.64, 0.60, 0.29. Web safe color of #b44048 is #cc3333. Color #b44048 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 01001000
Octal 264 100 110
Decimal 180 64 72
Hex B4 40 48

RGB Percentages of Color #b44048

%56.96
%20.25
%22.78

CMYK Percentages of Color #b44048

%0
%64
%60
%29

Triadic Colors of #b44048

#b44048 #48b440 #4048b4

Analogous Colors of #b44048

#b44048 #b47240 #b44082

Monochromatic Colors of #b44048

#b44048

Complementary Color

#b44048 #40b4ac

#b44048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44048 Color CSS Codes

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

#b44048 Text Font Color

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

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


#b44048 Background Color

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

This div background color is #b44048


#b44048 Border Color

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

This div border color is #b44048


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,64,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b44048; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b44048;
  -webkit-box-shadow: 1px 1px 3px 2px #b44048;
  box-shadow:         1px 1px 3px 2px #b44048; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,64,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44048


Comments

No comments written yet.

Please login to write comment.