Color Hex Logo

#b4404e Color Hex

#B4404E
(180,64,78)
0 Favorites   0 Comments

Color spaces of #b4404e

RGB 1806478
HSL0.980.480.48
HSV353°64°71°
CMYK 0.000.640.57   0.29
XYZ22.030913.92018.7334
Yxy13.92010.49300.3115
Hunter Lab37.309740.110212.2382
CIE-Lab44.118148.008917.3996

#b4404e color RGB value is (180,64,78).

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

The process color (four color CMYK) of #b4404e color hex is 0.00, 0.64, 0.57, 0.29. Web safe color of #b4404e is #cc3366. Color #b4404e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000000 01001110
Octal 264 100 116
Decimal 180 64 78
Hex B4 40 4E

RGB Percentages of Color #b4404e

%55.90
%19.88
%24.22

CMYK Percentages of Color #b4404e

%0
%64
%57
%29

Triadic Colors of #b4404e

#b4404e #4eb440 #404eb4

Analogous Colors of #b4404e

#b4404e #b46c40 #b44088

Monochromatic Colors of #b4404e

#b4404e

Complementary Color

#b4404e #40b4a6

#b4404e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4404e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4404e Color CSS Codes

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

#b4404e Text Font Color

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

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


#b4404e Background Color

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

This div background color is #b4404e


#b4404e Border Color

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

This div border color is #b4404e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4404e


Comments

No comments written yet.

Please login to write comment.