Color Hex Logo

#ba0149 Color Hex

#BA0149
(186,1,73)
0 Favorites   0 Comments

Color spaces of #ba0149

RGB 186173
HSL0.940.990.37
HSV337°99°73°
CMYK 0.000.990.61   0.27
XYZ21.463210.94197.2841
Yxy10.94190.54080.2757
Hunter Lab33.078557.933310.0990
CIE-Lab39.482465.329114.4695

#ba0149 color RGB value is (186,1,73).

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

The process color (four color CMYK) of #ba0149 color hex is 0.00, 0.99, 0.61, 0.27. Web safe color of #ba0149 is #cc0033. Color #ba0149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00000001 01001001
Octal 272 1 111
Decimal 186 1 73
Hex BA 1 49

RGB Percentages of Color #ba0149

%71.54
%0.38
%28.08

CMYK Percentages of Color #ba0149

%0
%99
%61
%27

Triadic Colors of #ba0149

#ba0149 #49ba01 #0149ba

Analogous Colors of #ba0149

#ba0149 #ba1601 #ba01a6

Monochromatic Colors of #ba0149

#ba0149

Complementary Color

#ba0149 #01ba72

#ba0149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0149 Color CSS Codes

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

#ba0149 Text Font Color

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

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


#ba0149 Background Color

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

This div background color is #ba0149


#ba0149 Border Color

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

This div border color is #ba0149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0149


Comments

No comments written yet.

Please login to write comment.