Color Hex Logo

#ba1437 Color Hex

#BA1437
(186,20,55)
0 Favorites   0 Comments

Color spaces of #ba1437

RGB 1862055
HSL0.960.810.40
HSV347°89°73°
CMYK 0.000.890.70   0.27
XYZ21.189411.21534.6624
Yxy11.21530.57160.3026
Hunter Lab33.489354.334815.1881
CIE-Lab39.940862.053426.4794

#ba1437 color RGB value is (186,20,55).

#ba1437 hex color red value is 186, green value is 20 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #ba1437 hue: 0.96 , saturation: 0.81 and the lightness value of ba1437 is 0.40.

The process color (four color CMYK) of #ba1437 color hex is 0.00, 0.89, 0.70, 0.27. Web safe color of #ba1437 is #cc0033. Color #ba1437 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010100 00110111
Octal 272 24 67
Decimal 186 20 55
Hex BA 14 37

RGB Percentages of Color #ba1437

%71.26
%7.66
%21.07

CMYK Percentages of Color #ba1437

%0
%89
%70
%27

Triadic Colors of #ba1437

#ba1437 #37ba14 #1437ba

Analogous Colors of #ba1437

#ba1437 #ba4414 #ba148a

Monochromatic Colors of #ba1437

#ba1437

Complementary Color

#ba1437 #14ba97

#ba1437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1437 Color CSS Codes

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

#ba1437 Text Font Color

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

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


#ba1437 Background Color

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

This div background color is #ba1437


#ba1437 Border Color

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

This div border color is #ba1437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1437


Comments

No comments written yet.

Please login to write comment.