Color Hex Logo

#b4173c Color Hex

#B4173C
(180,23,60)
0 Favorites   0 Comments

Color spaces of #b4173c

RGB 1802360
HSL0.960.770.40
HSV346°87°71°
CMYK 0.000.870.67   0.29
XYZ19.944410.64235.2780
Yxy10.64230.55610.2967
Hunter Lab32.622552.039913.2432
CIE-Lab38.971460.173821.8549

#b4173c color RGB value is (180,23,60).

#b4173c hex color red value is 180, green value is 23 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b4173c hue: 0.96 , saturation: 0.77 and the lightness value of b4173c is 0.40.

The process color (four color CMYK) of #b4173c color hex is 0.00, 0.87, 0.67, 0.29. Web safe color of #b4173c is #cc0033. Color #b4173c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010111 00111100
Octal 264 27 74
Decimal 180 23 60
Hex B4 17 3C

RGB Percentages of Color #b4173c

%68.44
%8.75
%22.81

CMYK Percentages of Color #b4173c

%0
%87
%67
%29

Triadic Colors of #b4173c

#b4173c #3cb417 #173cb4

Analogous Colors of #b4173c

#b4173c #b44017 #b4178b

Monochromatic Colors of #b4173c

#b4173c

Complementary Color

#b4173c #17b48f

#b4173c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4173c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4173c Color CSS Codes

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

#b4173c Text Font Color

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

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


#b4173c Background Color

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

This div background color is #b4173c


#b4173c Border Color

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

This div border color is #b4173c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4173c


Comments

No comments written yet.

Please login to write comment.