Color Hex Logo

#ba444a Color Hex

#BA444A
(186,68,74)
0 Favorites   0 Comments

Color spaces of #ba444a

RGB 1866874
HSL0.990.460.50
HSV357°63°73°
CMYK 0.000.630.60   0.27
XYZ23.552915.06788.1456
Yxy15.06780.50360.3222
Hunter Lab38.817340.377114.7304
CIE-Lab45.726947.990422.1535

#ba444a color RGB value is (186,68,74).

#ba444a hex color red value is 186, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba444a hue: 0.99 , saturation: 0.46 and the lightness value of ba444a is 0.50.

The process color (four color CMYK) of #ba444a color hex is 0.00, 0.63, 0.60, 0.27. Web safe color of #ba444a is #cc3333. Color #ba444a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000100 01001010
Octal 272 104 112
Decimal 186 68 74
Hex BA 44 4A

RGB Percentages of Color #ba444a

%56.71
%20.73
%22.56

CMYK Percentages of Color #ba444a

%0
%63
%60
%27

Triadic Colors of #ba444a

#ba444a #4aba44 #444aba

Analogous Colors of #ba444a

#ba444a #ba7944 #ba4485

Monochromatic Colors of #ba444a

#ba444a

Complementary Color

#ba444a #44bab4

#ba444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba444a Color CSS Codes

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

#ba444a Text Font Color

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

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


#ba444a Background Color

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

This div background color is #ba444a


#ba444a Border Color

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

This div border color is #ba444a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba444a


Comments

No comments written yet.

Please login to write comment.