Color Hex Logo

#ba1224 Color Hex

#BA1224
(186,18,36)
0 Favorites   0 Comments

Color spaces of #ba1224

RGB 1861836
HSL0.980.820.40
HSV354°90°73°
CMYK 0.000.900.81   0.27
XYZ20.784410.99912.6966
Yxy10.99910.60280.3190
Hunter Lab33.164953.827218.3946
CIE-Lab39.579061.668937.5284

#ba1224 color RGB value is (186,18,36).

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

The process color (four color CMYK) of #ba1224 color hex is 0.00, 0.90, 0.81, 0.27. Web safe color of #ba1224 is #cc0033. Color #ba1224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010010 00100100
Octal 272 22 44
Decimal 186 18 36
Hex BA 12 24

RGB Percentages of Color #ba1224

%77.50
%7.50
%15.00

CMYK Percentages of Color #ba1224

%0
%90
%81
%27

Triadic Colors of #ba1224

#ba1224 #24ba12 #1224ba

Analogous Colors of #ba1224

#ba1224 #ba5412 #ba1278

Monochromatic Colors of #ba1224

#ba1224

Complementary Color

#ba1224 #12baa8

#ba1224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1224 Color CSS Codes

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

#ba1224 Text Font Color

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

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


#ba1224 Background Color

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

This div background color is #ba1224


#ba1224 Border Color

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

This div border color is #ba1224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1224


Comments

No comments written yet.

Please login to write comment.