Color Hex Logo

#ba1039 Color Hex

#BA1039
(186,16,57)
0 Favorites   0 Comments

Color spaces of #ba1039

RGB 1861657
HSL0.960.840.40
HSV346°91°73°
CMYK 0.000.910.69   0.27
XYZ21.173511.10514.8984
Yxy11.10510.56950.2987
Hunter Lab33.324355.097214.6119
CIE-Lab39.756962.769925.0012

#ba1039 color RGB value is (186,16,57).

#ba1039 hex color red value is 186, green value is 16 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ba1039 hue: 0.96 , saturation: 0.84 and the lightness value of ba1039 is 0.40.

The process color (four color CMYK) of #ba1039 color hex is 0.00, 0.91, 0.69, 0.27. Web safe color of #ba1039 is #cc0033. Color #ba1039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00010000 00111001
Octal 272 20 71
Decimal 186 16 57
Hex BA 10 39

RGB Percentages of Color #ba1039

%71.81
%6.18
%22.01

CMYK Percentages of Color #ba1039

%0
%91
%69
%27

Triadic Colors of #ba1039

#ba1039 #39ba10 #1039ba

Analogous Colors of #ba1039

#ba1039 #ba3c10 #ba108e

Monochromatic Colors of #ba1039

#ba1039

Complementary Color

#ba1039 #10ba91

#ba1039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba1039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba1039 Color CSS Codes

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

#ba1039 Text Font Color

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

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


#ba1039 Background Color

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

This div background color is #ba1039


#ba1039 Border Color

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

This div border color is #ba1039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba1039


Comments

No comments written yet.

Please login to write comment.