Color Hex Logo

#ba011a Color Hex

#BA011A
(186,1,26)
0 Favorites   0 Comments

Color spaces of #ba011a

RGB 186126
HSL0.980.990.37
HSV352°99°73°
CMYK 0.000.990.86   0.27
XYZ20.447010.53541.9331
Yxy10.53540.62120.3201
Hunter Lab32.458355.643619.1897
CIE-Lab38.786763.444942.2849

#ba011a color RGB value is (186,1,26).

#ba011a hex color red value is 186, green value is 1 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ba011a hue: 0.98 , saturation: 0.99 and the lightness value of ba011a is 0.37.

The process color (four color CMYK) of #ba011a color hex is 0.00, 0.99, 0.86, 0.27. Web safe color of #ba011a is #cc0033. Color #ba011a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 00011010
Octal 272 1 32
Decimal 186 1 26
Hex BA 1 1A

RGB Percentages of Color #ba011a

%87.32
%0.47
%12.21

CMYK Percentages of Color #ba011a

%0
%99
%86
%27

Triadic Colors of #ba011a

#ba011a #1aba01 #011aba

Analogous Colors of #ba011a

#ba011a #ba4401 #ba0177

Monochromatic Colors of #ba011a

#ba011a

Complementary Color

#ba011a #01baa1

#ba011a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba011a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba011a Color CSS Codes

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

#ba011a Text Font Color

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

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


#ba011a Background Color

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

This div background color is #ba011a


#ba011a Border Color

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

This div border color is #ba011a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba011a


Comments

No comments written yet.

Please login to write comment.