Color Hex Logo

#b42547 Color Hex

#B42547
(180,37,71)
0 Favorites   0 Comments

Color spaces of #b42547

RGB 1803771
HSL0.960.660.43
HSV346°79°71°
CMYK 0.000.790.61   0.29
XYZ20.621311.48147.0905
Yxy11.48140.52610.2929
Hunter Lab33.884249.334411.3121
CIE-Lab40.379757.427316.7423

#b42547 color RGB value is (180,37,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100101 01000111
Octal 264 45 107
Decimal 180 37 71
Hex B4 25 47

RGB Percentages of Color #b42547

%62.50
%12.85
%24.65

CMYK Percentages of Color #b42547

%0
%79
%61
%29

Triadic Colors of #b42547

#b42547 #47b425 #2547b4

Analogous Colors of #b42547

#b42547 #b44b25 #b4258f

Monochromatic Colors of #b42547

#b42547

Complementary Color

#b42547 #25b492

#b42547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42547 Color CSS Codes

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

#b42547 Text Font Color

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

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


#b42547 Background Color

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

This div background color is #b42547


#b42547 Border Color

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

This div border color is #b42547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42547


Comments

No comments written yet.

Please login to write comment.