Color Hex Logo

#ba2329 Color Hex

#BA2329
(186,35,41)
0 Favorites   0 Comments

Color spaces of #ba2329

RGB 1863541
HSL0.990.680.43
HSV358°81°73°
CMYK 0.000.810.78   0.27
XYZ21.251011.80133.2556
Yxy11.80130.58530.3250
Hunter Lab34.353050.303518.4283
CIE-Lab40.898658.218436.0255

#ba2329 color RGB value is (186,35,41).

#ba2329 hex color red value is 186, green value is 35 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ba2329 hue: 0.99 , saturation: 0.68 and the lightness value of ba2329 is 0.43.

The process color (four color CMYK) of #ba2329 color hex is 0.00, 0.81, 0.78, 0.27. Web safe color of #ba2329 is #cc3333. Color #ba2329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100011 00101001
Octal 272 43 51
Decimal 186 35 41
Hex BA 23 29

RGB Percentages of Color #ba2329

%70.99
%13.36
%15.65

CMYK Percentages of Color #ba2329

%0
%81
%78
%27

Triadic Colors of #ba2329

#ba2329 #29ba23 #2329ba

Analogous Colors of #ba2329

#ba2329 #ba6923 #ba2375

Monochromatic Colors of #ba2329

#ba2329

Complementary Color

#ba2329 #23bab4

#ba2329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2329 Color CSS Codes

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

#ba2329 Text Font Color

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

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


#ba2329 Background Color

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

This div background color is #ba2329


#ba2329 Border Color

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

This div border color is #ba2329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2329


Comments

No comments written yet.

Please login to write comment.