Color Hex Logo

#ba1849 Color Hex

#BA1849
(186,24,73)
0 Favorites   0 Comments

Color spaces of #ba1849

RGB 1862473
HSL0.950.770.41
HSV342°87°73°
CMYK 0.000.870.61   0.27
XYZ21.778911.57347.3893
Yxy11.57340.53460.2841
Hunter Lab34.019754.738510.9356
CIE-Lab40.529962.299815.8865

#ba1849 color RGB value is (186,24,73).

#ba1849 hex color red value is 186, green value is 24 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ba1849 hue: 0.95 , saturation: 0.77 and the lightness value of ba1849 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 01001001
Octal 272 30 111
Decimal 186 24 73
Hex BA 18 49

RGB Percentages of Color #ba1849

%65.72
%8.48
%25.80

CMYK Percentages of Color #ba1849

%0
%87
%61
%27

Triadic Colors of #ba1849

#ba1849 #49ba18 #1849ba

Analogous Colors of #ba1849

#ba1849 #ba3818 #ba189a

Monochromatic Colors of #ba1849

#ba1849

Complementary Color

#ba1849 #18ba89

#ba1849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1849 Color CSS Codes

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

#ba1849 Text Font Color

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

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


#ba1849 Background Color

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

This div background color is #ba1849


#ba1849 Border Color

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

This div border color is #ba1849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,24,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 #ba1849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1849


Comments

No comments written yet.

Please login to write comment.