Color Hex Logo

#ba0343 Color Hex

#BA0343
(186,3,67)
0 Favorites   1 Comments

Color spaces of #ba0343

RGB 186367
HSL0.940.970.37
HSV339°98°73°
CMYK 0.000.980.64   0.27
XYZ21.295410.90956.2935
Yxy10.90950.55320.2834
Hunter Lab33.029557.284111.8235
CIE-Lab39.427664.769918.2362

#ba0343 color RGB value is (186,3,67).

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

The process color (four color CMYK) of #ba0343 color hex is 0.00, 0.98, 0.64, 0.27. Web safe color of #ba0343 is #cc0033. Color #ba0343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000011 01000011
Octal 272 3 103
Decimal 186 3 67
Hex BA 3 43

RGB Percentages of Color #ba0343

%72.66
%1.17
%26.17

CMYK Percentages of Color #ba0343

%0
%98
%64
%27

Triadic Colors of #ba0343

#ba0343 #43ba03 #0343ba

Analogous Colors of #ba0343

#ba0343 #ba1e03 #ba039f

Monochromatic Colors of #ba0343

#ba0343

Complementary Color

#ba0343 #03ba7a

#ba0343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0343 Color CSS Codes

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

#ba0343 Text Font Color

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

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


#ba0343 Background Color

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

This div background color is #ba0343


#ba0343 Border Color

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

This div border color is #ba0343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0343


Comments

25 Dec 2012, 16:44 (guest)

Lovely colour

Please login to write comment.