Color Hex Logo

#ba032a Color Hex

#BA032A
(186,3,42)
0 Favorites   0 Comments

Color spaces of #ba032a

RGB 186342
HSL0.960.970.37
HSV347°98°73°
CMYK 0.000.980.77   0.27
XYZ20.700210.67143.1593
Yxy10.67140.59950.3090
Hunter Lab32.667155.942817.1329
CIE-Lab39.021463.664733.4072

#ba032a color RGB value is (186,3,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000011 00101010
Octal 272 3 52
Decimal 186 3 42
Hex BA 3 2A

RGB Percentages of Color #ba032a

%80.52
%1.30
%18.18

CMYK Percentages of Color #ba032a

%0
%98
%77
%27

Triadic Colors of #ba032a

#ba032a #2aba03 #032aba

Analogous Colors of #ba032a

#ba032a #ba3703 #ba0386

Monochromatic Colors of #ba032a

#ba032a

Complementary Color

#ba032a #03ba93

#ba032a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba032a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba032a Color CSS Codes

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

#ba032a Text Font Color

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

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


#ba032a Background Color

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

This div background color is #ba032a


#ba032a Border Color

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

This div border color is #ba032a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,3,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 #ba032a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba032a


Comments

No comments written yet.

Please login to write comment.