Color Hex Logo

#ba012a Color Hex

#BA012A
(186,1,42)
0 Favorites   0 Comments

Color spaces of #ba012a

RGB 186142
HSL0.960.990.37
HSV347°99°73°
CMYK 0.000.990.77   0.27
XYZ20.678510.62803.1520
Yxy10.62800.60010.3084
Hunter Lab32.600656.171117.0880
CIE-Lab38.946763.881533.3258

#ba012a color RGB value is (186,1,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 00101010
Octal 272 1 52
Decimal 186 1 42
Hex BA 1 2A

RGB Percentages of Color #ba012a

%81.22
%0.44
%18.34

CMYK Percentages of Color #ba012a

%0
%99
%77
%27

Triadic Colors of #ba012a

#ba012a #2aba01 #012aba

Analogous Colors of #ba012a

#ba012a #ba3401 #ba0187

Monochromatic Colors of #ba012a

#ba012a

Complementary Color

#ba012a #01ba91

#ba012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba012a Color CSS Codes

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

#ba012a Text Font Color

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

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


#ba012a Background Color

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

This div background color is #ba012a


#ba012a Border Color

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

This div border color is #ba012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba012a


Comments

No comments written yet.

Please login to write comment.