Color Hex Logo

#ba376a Color Hex

#BA376A
(186,55,106)
0 Favorites   0 Comments

Color spaces of #ba376a

RGB 18655106
HSL0.940.540.47
HSV337°70°73°
CMYK 0.000.700.43   0.27
XYZ24.217414.212115.1025
Yxy14.21210.45240.2655
Hunter Lab37.698948.69342.6372
CIE-Lab44.535656.05160.8433

#ba376a color RGB value is (186,55,106).

#ba376a hex color red value is 186, green value is 55 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ba376a hue: 0.94 , saturation: 0.54 and the lightness value of ba376a is 0.47.

The process color (four color CMYK) of #ba376a color hex is 0.00, 0.70, 0.43, 0.27. Web safe color of #ba376a is #cc3366. Color #ba376a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 01101010
Octal 272 67 152
Decimal 186 55 106
Hex BA 37 6A

RGB Percentages of Color #ba376a

%53.60
%15.85
%30.55

CMYK Percentages of Color #ba376a

%0
%70
%43
%27

Triadic Colors of #ba376a

#ba376a #6aba37 #376aba

Analogous Colors of #ba376a

#ba376a #ba4637 #ba37ac

Monochromatic Colors of #ba376a

#ba376a

Complementary Color

#ba376a #37ba87

#ba376a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba376a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba376a Color CSS Codes

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

#ba376a Text Font Color

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

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


#ba376a Background Color

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

This div background color is #ba376a


#ba376a Border Color

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

This div border color is #ba376a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba376a


Comments

No comments written yet.

Please login to write comment.