Color Hex Logo

#ba393f Color Hex

#BA393F
(186,57,63)
0 Favorites   0 Comments

Color spaces of #ba393f

RGB 1865763
HSL0.990.530.48
HSV357°69°73°
CMYK 0.000.690.66   0.27
XYZ22.610013.72426.1600
Yxy13.72420.53210.3230
Hunter Lab37.046244.111216.0737
CIE-Lab43.834851.898126.3854

#ba393f color RGB value is (186,57,63).

#ba393f hex color red value is 186, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ba393f hue: 0.99 , saturation: 0.53 and the lightness value of ba393f is 0.48.

The process color (four color CMYK) of #ba393f color hex is 0.00, 0.69, 0.66, 0.27. Web safe color of #ba393f is #cc3333. Color #ba393f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 00111111
Octal 272 71 77
Decimal 186 57 63
Hex BA 39 3F

RGB Percentages of Color #ba393f

%60.78
%18.63
%20.59

CMYK Percentages of Color #ba393f

%0
%69
%66
%27

Triadic Colors of #ba393f

#ba393f #3fba39 #393fba

Analogous Colors of #ba393f

#ba393f #ba7439 #ba3980

Monochromatic Colors of #ba393f

#ba393f

Complementary Color

#ba393f #39bab4

#ba393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba393f Color CSS Codes

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

#ba393f Text Font Color

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

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


#ba393f Background Color

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

This div background color is #ba393f


#ba393f Border Color

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

This div border color is #ba393f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba393f


Comments

No comments written yet.

Please login to write comment.