Color Hex Logo

#ba0733 Color Hex

#BA0733
(186,7,51)
0 Favorites   0 Comments

Color spaces of #ba0733

RGB 186751
HSL0.960.930.38
HSV345°96°73°
CMYK 0.000.960.73   0.27
XYZ20.923210.83014.1196
Yxy10.83010.58330.3019
Hunter Lab32.909155.897115.6144
CIE-Lab39.292863.571228.1904

#ba0733 color RGB value is (186,7,51).

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

The process color (four color CMYK) of #ba0733 color hex is 0.00, 0.96, 0.73, 0.27. Web safe color of #ba0733 is #cc0033. Color #ba0733 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000111 00110011
Octal 272 7 63
Decimal 186 7 51
Hex BA 7 33

RGB Percentages of Color #ba0733

%76.23
%2.87
%20.90

CMYK Percentages of Color #ba0733

%0
%96
%73
%27

Triadic Colors of #ba0733

#ba0733 #33ba07 #0733ba

Analogous Colors of #ba0733

#ba0733 #ba3507 #ba078d

Monochromatic Colors of #ba0733

#ba0733

Complementary Color

#ba0733 #07ba8e

#ba0733 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0733 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0733 Color CSS Codes

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

#ba0733 Text Font Color

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

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


#ba0733 Background Color

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

This div background color is #ba0733


#ba0733 Border Color

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

This div border color is #ba0733


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0733


Comments

No comments written yet.

Please login to write comment.