Color Hex Logo

#b4293c Color Hex

#B4293C
(180,41,60)
0 Favorites   0 Comments

Color spaces of #b4293c

RGB 1804160
HSL0.980.630.43
HSV352°77°71°
CMYK 0.000.770.67   0.29
XYZ20.430911.61545.4401
Yxy11.61540.54500.3099
Hunter Lab34.081447.363714.3930
CIE-Lab40.598255.558023.9208

#b4293c color RGB value is (180,41,60).

#b4293c hex color red value is 180, green value is 41 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #b4293c hue: 0.98 , saturation: 0.63 and the lightness value of b4293c is 0.43.

The process color (four color CMYK) of #b4293c color hex is 0.00, 0.77, 0.67, 0.29. Web safe color of #b4293c is #cc3333. Color #b4293c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101001 00111100
Octal 264 51 74
Decimal 180 41 60
Hex B4 29 3C

RGB Percentages of Color #b4293c

%64.06
%14.59
%21.35

CMYK Percentages of Color #b4293c

%0
%77
%67
%29

Triadic Colors of #b4293c

#b4293c #3cb429 #293cb4

Analogous Colors of #b4293c

#b4293c #b45c29 #b42982

Monochromatic Colors of #b4293c

#b4293c

Complementary Color

#b4293c #29b4a1

#b4293c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4293c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4293c Color CSS Codes

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

#b4293c Text Font Color

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

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


#b4293c Background Color

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

This div background color is #b4293c


#b4293c Border Color

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

This div border color is #b4293c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4293c


Comments

No comments written yet.

Please login to write comment.