color codes Logo

#b4404c color codes

#B4404C
(180,64,76)
0 Favorites   0 Comments

Color spaces of #b4404c

RGB 1806476
HSL0.980.480.48
HSV354°64°71°
CMYK 0.000.640.58   0.29
XYZ21.960313.89198.3614
Yxy13.89190.49670.3142
Hunter Lab37.271839.945212.7894
CIE-Lab44.077547.855618.5720

#b4404c color RGB value is (180,64,76).

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

The process color (four color CMYK) of #b4404c color code is 0.00, 0.64, 0.58, 0.29. Web safe color of #b4404c is #cc3333. Color #b4404c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 01001100
Octal 264 100 114
Decimal 180 64 76
Hex B4 40 4C

RGB Percentages of Color #b4404c

%56.25
%20.00
%23.75

CMYK Percentages of Color #b4404c

%0
%64
%58
%29

Triadic Colors of #b4404c

#b4404c #4cb440 #404cb4

Analogous Colors of #b4404c

#b4404c #b46e40 #b44086

Monochromatic Colors of #b4404c

#b4404c

Complementary Color

#b4404c #40b4a8

#b4404c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4404c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4404c Color CSS Codes

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

#b4404c Text Font Color

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

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


#b4404c Background Color

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

This div background color is #b4404c


#b4404c Border Color

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

This div border color is #b4404c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4404c


Comments

No comments written yet.

Please login to write comment.