Color Hex Logo

#ba344a Color Hex

#BA344A
(186,52,74)
0 Favorites   0 Comments

Color spaces of #ba344a

RGB 1865274
HSL0.970.560.47
HSV350°72°73°
CMYK 0.000.720.60   0.27
XYZ22.713713.38957.8659
Yxy13.38950.51660.3045
Hunter Lab36.591746.765612.8689
CIE-Lab43.344454.484919.0215

#ba344a color RGB value is (186,52,74).

#ba344a hex color red value is 186, green value is 52 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ba344a hue: 0.97 , saturation: 0.56 and the lightness value of ba344a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110100 01001010
Octal 272 64 112
Decimal 186 52 74
Hex BA 34 4A

RGB Percentages of Color #ba344a

%59.62
%16.67
%23.72

CMYK Percentages of Color #ba344a

%0
%72
%60
%27

Triadic Colors of #ba344a

#ba344a #4aba34 #344aba

Analogous Colors of #ba344a

#ba344a #ba6134 #ba348d

Monochromatic Colors of #ba344a

#ba344a

Complementary Color

#ba344a #34baa4

#ba344a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba344a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba344a Color CSS Codes

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

#ba344a Text Font Color

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

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


#ba344a Background Color

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

This div background color is #ba344a


#ba344a Border Color

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

This div border color is #ba344a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,52,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 #ba344a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba344a


Comments

No comments written yet.

Please login to write comment.