Color Hex Logo

#b44547 Color Hex

#B44547
(180,69,71)
0 Favorites   0 Comments

Color spaces of #b44547

RGB 1806971
HSL1.000.450.49
HSV359°62°71°
CMYK 0.000.620.61   0.29
XYZ22.087814.41457.5793
Yxy14.41450.50110.3270
Hunter Lab37.966437.405014.7403
CIE-Lab44.821645.240922.5927

#b44547 color RGB value is (180,69,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000101 01000111
Octal 264 105 107
Decimal 180 69 71
Hex B4 45 47

RGB Percentages of Color #b44547

%56.25
%21.56
%22.19

CMYK Percentages of Color #b44547

%0
%62
%61
%29

Triadic Colors of #b44547

#b44547 #47b445 #4547b4

Analogous Colors of #b44547

#b44547 #b47b45 #b4457f

Monochromatic Colors of #b44547

#b44547

Complementary Color

#b44547 #45b4b2

#b44547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44547 Color CSS Codes

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

#b44547 Text Font Color

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

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


#b44547 Background Color

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

This div background color is #b44547


#b44547 Border Color

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

This div border color is #b44547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44547


Comments

No comments written yet.

Please login to write comment.