Color Hex Logo

#ba0704 Color Hex

#BA0704
(186,7,4)
0 Favorites   0 Comments

Color spaces of #ba0704

RGB 18674
HSL0.000.960.37
HSV98°73°
CMYK 0.000.960.98   0.27
XYZ20.347610.59981.0884
Yxy10.59980.63520.3309
Hunter Lab32.557354.583120.8081
CIE-Lab38.898162.478551.5689

#ba0704 color RGB value is (186,7,4).

#ba0704 hex color red value is 186, green value is 7 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ba0704 hue: 0.00 , saturation: 0.96 and the lightness value of ba0704 is 0.37.

The process color (four color CMYK) of #ba0704 color hex is 0.00, 0.96, 0.98, 0.27. Web safe color of #ba0704 is #cc0000. Color #ba0704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 00000100
Octal 272 7 4
Decimal 186 7 4
Hex BA 7 4

RGB Percentages of Color #ba0704

%94.42
%3.55
%2.03

CMYK Percentages of Color #ba0704

%0
%96
%98
%27

Triadic Colors of #ba0704

#ba0704 #04ba07 #0704ba

Analogous Colors of #ba0704

#ba0704 #ba6204 #ba045c

Monochromatic Colors of #ba0704

#ba0704

Complementary Color

#ba0704 #04b7ba

#ba0704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0704 Color CSS Codes

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

#ba0704 Text Font Color

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

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


#ba0704 Background Color

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

This div background color is #ba0704


#ba0704 Border Color

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

This div border color is #ba0704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0704


Comments

No comments written yet.

Please login to write comment.