Color Hex Logo

#ba2a3a Color Hex

#BA2A3A
(186,42,58)
0 Favorites   0 Comments

Color spaces of #ba2a3a

RGB 1864258
HSL0.980.630.45
HSV353°77°73°
CMYK 0.000.770.69   0.27
XYZ21.841412.40055.2454
Yxy12.40050.55310.3140
Hunter Lab35.214349.088015.8184
CIE-Lab41.845756.920726.9611

#ba2a3a color RGB value is (186,42,58).

#ba2a3a hex color red value is 186, green value is 42 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ba2a3a hue: 0.98 , saturation: 0.63 and the lightness value of ba2a3a is 0.45.

The process color (four color CMYK) of #ba2a3a color hex is 0.00, 0.77, 0.69, 0.27. Web safe color of #ba2a3a is #cc3333. Color #ba2a3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101010 00111010
Octal 272 52 72
Decimal 186 42 58
Hex BA 2A 3A

RGB Percentages of Color #ba2a3a

%65.03
%14.69
%20.28

CMYK Percentages of Color #ba2a3a

%0
%77
%69
%27

Triadic Colors of #ba2a3a

#ba2a3a #3aba2a #2a3aba

Analogous Colors of #ba2a3a

#ba2a3a #ba622a #ba2a82

Monochromatic Colors of #ba2a3a

#ba2a3a

Complementary Color

#ba2a3a #2abaaa

#ba2a3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2a3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2a3a Color CSS Codes

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

#ba2a3a Text Font Color

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

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


#ba2a3a Background Color

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

This div background color is #ba2a3a


#ba2a3a Border Color

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

This div border color is #ba2a3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2a3a


Comments

No comments written yet.

Please login to write comment.