Color Hex Logo

#ba390e Color Hex

#BA390E
(186,57,14)
0 Favorites   0 Comments

Color spaces of #ba390e

RGB 1865714
HSL0.040.860.39
HSV15°92°73°
CMYK 0.000.690.92   0.27
XYZ21.792113.39711.8528
Yxy13.39710.58830.3617
Hunter Lab36.602042.221622.6202
CIE-Lab43.355650.182050.8950

#ba390e color RGB value is (186,57,14).

#ba390e hex color red value is 186, green value is 57 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ba390e hue: 0.04 , saturation: 0.86 and the lightness value of ba390e is 0.39.

The process color (four color CMYK) of #ba390e color hex is 0.00, 0.69, 0.92, 0.27. Web safe color of #ba390e is #cc3300. Color #ba390e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111001 00001110
Octal 272 71 16
Decimal 186 57 14
Hex BA 39 E

RGB Percentages of Color #ba390e

%72.37
%22.18
%5.45

CMYK Percentages of Color #ba390e

%0
%69
%92
%27

Triadic Colors of #ba390e

#ba390e #0eba39 #390eba

Analogous Colors of #ba390e

#ba390e #ba8f0e #ba0e39

Monochromatic Colors of #ba390e

#ba390e

Complementary Color

#ba390e #0e8fba

#ba390e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba390e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba390e Color CSS Codes

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

#ba390e Text Font Color

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

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


#ba390e Background Color

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

This div background color is #ba390e


#ba390e Border Color

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

This div border color is #ba390e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba390e


Comments

No comments written yet.

Please login to write comment.