Color Hex Logo

#ba194c Color Hex

#BA194C
(186,25,76)
0 Favorites   0 Comments

Color spaces of #ba194c

RGB 1862576
HSL0.950.760.41
HSV341°87°73°
CMYK 0.000.870.59   0.27
XYZ21.901811.65627.9330
Yxy11.65620.52790.2809
Hunter Lab34.141254.761910.1223
CIE-Lab40.664462.294514.1647

#ba194c color RGB value is (186,25,76).

#ba194c hex color red value is 186, green value is 25 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ba194c hue: 0.95 , saturation: 0.76 and the lightness value of ba194c is 0.41.

The process color (four color CMYK) of #ba194c color hex is 0.00, 0.87, 0.59, 0.27. Web safe color of #ba194c is #cc0033. Color #ba194c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011001 01001100
Octal 272 31 114
Decimal 186 25 76
Hex BA 19 4C

RGB Percentages of Color #ba194c

%64.81
%8.71
%26.48

CMYK Percentages of Color #ba194c

%0
%87
%59
%27

Triadic Colors of #ba194c

#ba194c #4cba19 #194cba

Analogous Colors of #ba194c

#ba194c #ba3619 #ba199d

Monochromatic Colors of #ba194c

#ba194c

Complementary Color

#ba194c #19ba87

#ba194c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba194c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba194c Color CSS Codes

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

#ba194c Text Font Color

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

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


#ba194c Background Color

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

This div background color is #ba194c


#ba194c Border Color

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

This div border color is #ba194c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,25,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ba194c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ba194c;
  -webkit-box-shadow: 1px 1px 3px 2px #ba194c;
  box-shadow:         1px 1px 3px 2px #ba194c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,25,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba194c


Comments

No comments written yet.

Please login to write comment.