Color Hex Logo

#ba000e Color Hex

#BA000E
(186,0,14)
0 Favorites   0 Comments

Color spaces of #ba000e

RGB 186014
HSL0.991.000.36
HSV355°100°73°
CMYK 0.001.000.92   0.27
XYZ20.329010.47081.3651
Yxy10.47080.63200.3255
Hunter Lab32.358655.513420.1498
CIE-Lab38.674563.351247.8043

#ba000e color RGB value is (186,0,14).

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

The process color (four color CMYK) of #ba000e color hex is 0.00, 1.00, 0.92, 0.27. Web safe color of #ba000e is #cc0000. Color #ba000e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000000 00001110
Octal 272 0 16
Decimal 186 0 14
Hex BA 0 E

RGB Percentages of Color #ba000e

%93.00
%0.00
%7.00

CMYK Percentages of Color #ba000e

%0
%100
%92
%27

Triadic Colors of #ba000e

#ba000e #0eba00 #000eba

Analogous Colors of #ba000e

#ba000e #ba4f00 #ba006b

Monochromatic Colors of #ba000e

#ba000e

Complementary Color

#ba000e #00baac

#ba000e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba000e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba000e Color CSS Codes

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

#ba000e Text Font Color

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

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


#ba000e Background Color

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

This div background color is #ba000e


#ba000e Border Color

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

This div border color is #ba000e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba000e


Comments

No comments written yet.

Please login to write comment.