Color Hex Logo

#ba1429 Color Hex

#BA1429
(186,20,41)
0 Favorites   0 Comments

Color spaces of #ba1429

RGB 1862041
HSL0.980.810.40
HSV352°89°73°
CMYK 0.000.890.78   0.27
XYZ20.900111.09953.1387
Yxy11.09950.59480.3159
Hunter Lab33.315953.675717.7354
CIE-Lab39.747661.500134.7930

#ba1429 color RGB value is (186,20,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010100 00101001
Octal 272 24 51
Decimal 186 20 41
Hex BA 14 29

RGB Percentages of Color #ba1429

%75.30
%8.10
%16.60

CMYK Percentages of Color #ba1429

%0
%89
%78
%27

Triadic Colors of #ba1429

#ba1429 #29ba14 #1429ba

Analogous Colors of #ba1429

#ba1429 #ba5214 #ba147c

Monochromatic Colors of #ba1429

#ba1429

Complementary Color

#ba1429 #14baa5

#ba1429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1429 Color CSS Codes

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

#ba1429 Text Font Color

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

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


#ba1429 Background Color

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

This div background color is #ba1429


#ba1429 Border Color

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

This div border color is #ba1429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1429


Comments

No comments written yet.

Please login to write comment.