Color Hex Logo

#ba3303 Color Hex

#BA3303
(186,51,3)
0 Favorites   0 Comments

Color spaces of #ba3303

RGB 186513
HSL0.040.970.37
HSV16°98°73°
CMYK 0.000.730.98   0.27
XYZ21.450012.81331.4288
Yxy12.81330.60100.3590
Hunter Lab35.795744.320922.6904
CIE-Lab42.480652.343753.6548

#ba3303 color RGB value is (186,51,3).

#ba3303 hex color red value is 186, green value is 51 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ba3303 hue: 0.04 , saturation: 0.97 and the lightness value of ba3303 is 0.37.

The process color (four color CMYK) of #ba3303 color hex is 0.00, 0.73, 0.98, 0.27. Web safe color of #ba3303 is #cc3300. Color #ba3303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110011 00000011
Octal 272 63 3
Decimal 186 51 3
Hex BA 33 3

RGB Percentages of Color #ba3303

%77.50
%21.25
%1.25

CMYK Percentages of Color #ba3303

%0
%73
%98
%27

Triadic Colors of #ba3303

#ba3303 #03ba33 #3303ba

Analogous Colors of #ba3303

#ba3303 #ba8f03 #ba032e

Monochromatic Colors of #ba3303

#ba3303

Complementary Color

#ba3303 #038aba

#ba3303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3303 Color CSS Codes

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

#ba3303 Text Font Color

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

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


#ba3303 Background Color

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

This div background color is #ba3303


#ba3303 Border Color

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

This div border color is #ba3303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3303


Comments

No comments written yet.

Please login to write comment.