Color Hex Logo

#b4474e Color Hex

#B4474E
(180,71,78)
0 Favorites   0 Comments

Color spaces of #b4474e

RGB 1807178
HSL0.990.430.49
HSV356°61°71°
CMYK 0.000.610.57   0.29
XYZ22.450814.75988.8734
Yxy14.75980.48720.3203
Hunter Lab38.418537.078613.1989
CIE-Lab45.303444.838818.9848

#b4474e color RGB value is (180,71,78).

#b4474e hex color red value is 180, green value is 71 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #b4474e hue: 0.99 , saturation: 0.43 and the lightness value of b4474e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000111 01001110
Octal 264 107 116
Decimal 180 71 78
Hex B4 47 4E

RGB Percentages of Color #b4474e

%54.71
%21.58
%23.71

CMYK Percentages of Color #b4474e

%0
%61
%57
%29

Triadic Colors of #b4474e

#b4474e #4eb447 #474eb4

Analogous Colors of #b4474e

#b4474e #b47747 #b44785

Monochromatic Colors of #b4474e

#b4474e

Complementary Color

#b4474e #47b4ad

#b4474e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4474e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4474e Color CSS Codes

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

#b4474e Text Font Color

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

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


#b4474e Background Color

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

This div background color is #b4474e


#b4474e Border Color

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

This div border color is #b4474e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,71,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 #b4474e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4474e


Comments

No comments written yet.

Please login to write comment.