Color Hex Logo

#ba063f Color Hex

#BA063F
(186,6,63)
0 Favorites   0 Comments

Color spaces of #ba063f

RGB 186663
HSL0.950.940.38
HSV341°97°73°
CMYK 0.000.970.66   0.27
XYZ21.212010.92825.6940
Yxy10.92820.56070.2888
Hunter Lab33.057856.685712.9282
CIE-Lab39.459364.236520.8285

#ba063f color RGB value is (186,6,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000110 00111111
Octal 272 6 77
Decimal 186 6 63
Hex BA 6 3F

RGB Percentages of Color #ba063f

%72.94
%2.35
%24.71

CMYK Percentages of Color #ba063f

%0
%97
%66
%27

Triadic Colors of #ba063f

#ba063f #3fba06 #063fba

Analogous Colors of #ba063f

#ba063f #ba2706 #ba0699

Monochromatic Colors of #ba063f

#ba063f

Complementary Color

#ba063f #06ba81

#ba063f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba063f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba063f Color CSS Codes

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

#ba063f Text Font Color

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

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


#ba063f Background Color

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

This div background color is #ba063f


#ba063f Border Color

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

This div border color is #ba063f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba063f


Comments

No comments written yet.

Please login to write comment.