Color Hex Logo

#ba3421 Color Hex

#BA3421
(186,52,33)
0 Favorites   0 Comments

Color spaces of #ba3421

RGB 1865233
HSL0.020.700.43
HSV82°73°
CMYK 0.000.720.82   0.27
XYZ21.752213.00492.8026
Yxy13.00490.57910.3462
Hunter Lab36.062344.559320.6359
CIE-Lab42.770652.516442.2772

#ba3421 color RGB value is (186,52,33).

#ba3421 hex color red value is 186, green value is 52 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ba3421 hue: 0.02 , saturation: 0.70 and the lightness value of ba3421 is 0.43.

The process color (four color CMYK) of #ba3421 color hex is 0.00, 0.72, 0.82, 0.27. Web safe color of #ba3421 is #cc3333. Color #ba3421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110100 00100001
Octal 272 64 41
Decimal 186 52 33
Hex BA 34 21

RGB Percentages of Color #ba3421

%68.63
%19.19
%12.18

CMYK Percentages of Color #ba3421

%0
%72
%82
%27

Triadic Colors of #ba3421

#ba3421 #21ba34 #3421ba

Analogous Colors of #ba3421

#ba3421 #ba8121 #ba215b

Monochromatic Colors of #ba3421

#ba3421

Complementary Color

#ba3421 #21a7ba

#ba3421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3421 Color CSS Codes

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

#ba3421 Text Font Color

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

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


#ba3421 Background Color

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

This div background color is #ba3421


#ba3421 Border Color

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

This div border color is #ba3421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3421


Comments

No comments written yet.

Please login to write comment.