Color Hex Logo

#ba003f Color Hex

#BA003F
(186,0,63)
0 Favorites   0 Comments

Color spaces of #ba003f

RGB 186063
HSL0.941.000.36
HSV340°100°73°
CMYK 0.001.000.66   0.27
XYZ21.146910.79805.6723
Yxy10.79800.56220.2870
Hunter Lab32.860357.366212.7677
CIE-Lab39.238164.879120.5424

#ba003f color RGB value is (186,0,63).

#ba003f hex color red value is 186, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ba003f hue: 0.94 , saturation: 1.00 and the lightness value of ba003f is 0.36.

The process color (four color CMYK) of #ba003f color hex is 0.00, 1.00, 0.66, 0.27. Web safe color of #ba003f is #cc0033. Color #ba003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 00111111
Octal 272 0 77
Decimal 186 0 63
Hex BA 0 3F

RGB Percentages of Color #ba003f

%74.70
%0.00
%25.30

CMYK Percentages of Color #ba003f

%0
%100
%66
%27

Triadic Colors of #ba003f

#ba003f #3fba00 #003fba

Analogous Colors of #ba003f

#ba003f #ba1e00 #ba009c

Monochromatic Colors of #ba003f

#ba003f

Complementary Color

#ba003f #00ba7b

#ba003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba003f Color CSS Codes

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

#ba003f Text Font Color

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

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


#ba003f Background Color

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

This div background color is #ba003f


#ba003f Border Color

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

This div border color is #ba003f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba003f


Comments

No comments written yet.

Please login to write comment.