Color Hex Logo

#ba413e Color Hex

#BA413E
(186,65,62)
0 Favorites   0 Comments

Color spaces of #ba413e

RGB 1866562
HSL0.000.500.49
HSV67°73°
CMYK 0.000.650.67   0.27
XYZ23.009514.56756.1565
Yxy14.56750.52610.3331
Hunter Lab38.167440.817117.1535
CIE-Lab45.036048.534328.4711

#ba413e color RGB value is (186,65,62).

#ba413e hex color red value is 186, green value is 65 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ba413e hue: 0.00 , saturation: 0.50 and the lightness value of ba413e is 0.49.

The process color (four color CMYK) of #ba413e color hex is 0.00, 0.65, 0.67, 0.27. Web safe color of #ba413e is #cc3333. Color #ba413e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000001 00111110
Octal 272 101 76
Decimal 186 65 62
Hex BA 41 3E

RGB Percentages of Color #ba413e

%59.42
%20.77
%19.81

CMYK Percentages of Color #ba413e

%0
%65
%67
%27

Triadic Colors of #ba413e

#ba413e #3eba41 #413eba

Analogous Colors of #ba413e

#ba413e #ba7f3e #ba3e79

Monochromatic Colors of #ba413e

#ba413e

Complementary Color

#ba413e #3eb7ba

#ba413e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba413e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba413e Color CSS Codes

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

#ba413e Text Font Color

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

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


#ba413e Background Color

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

This div background color is #ba413e


#ba413e Border Color

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

This div border color is #ba413e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba413e


Comments

No comments written yet.

Please login to write comment.