Color Hex Logo

#ba0500 Color Hex

#BA0500
(186,5,0)
0 Favorites   0 Comments

Color spaces of #ba0500

RGB 18650
HSL0.001.000.36
HSV100°73°
CMYK 0.000.971.00   0.27
XYZ20.304010.54760.9658
Yxy10.54760.63810.3315
Hunter Lab32.477154.759720.9708
CIE-Lab38.807862.653853.0957

#ba0500 color RGB value is (186,5,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000101 00000000
Octal 272 5 0
Decimal 186 5 0
Hex BA 5 0

RGB Percentages of Color #ba0500

%97.38
%2.62
%0.00

CMYK Percentages of Color #ba0500

%0
%97
%100
%27

Triadic Colors of #ba0500

#ba0500 #00ba05 #0500ba

Analogous Colors of #ba0500

#ba0500 #ba6200 #ba0058

Monochromatic Colors of #ba0500

#ba0500

Complementary Color

#ba0500 #00b5ba

#ba0500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0500 Color CSS Codes

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

#ba0500 Text Font Color

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

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


#ba0500 Background Color

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

This div background color is #ba0500


#ba0500 Border Color

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

This div border color is #ba0500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0500


Comments

No comments written yet.

Please login to write comment.