Color Hex Logo

#ba376e Color Hex

#BA376E
(186,55,110)
0 Favorites   0 Comments

Color spaces of #ba376e

RGB 18655110
HSL0.930.540.47
HSV335°70°73°
CMYK 0.000.700.41   0.27
XYZ24.430414.297316.2239
Yxy14.29730.44460.2602
Hunter Lab37.811849.15931.0287
CIE-Lab44.656356.4578-1.4501

#ba376e color RGB value is (186,55,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110111 01101110
Octal 272 67 156
Decimal 186 55 110
Hex BA 37 6E

RGB Percentages of Color #ba376e

%52.99
%15.67
%31.34

CMYK Percentages of Color #ba376e

%0
%70
%41
%27

Triadic Colors of #ba376e

#ba376e #6eba37 #376eba

Analogous Colors of #ba376e

#ba376e #ba4237 #ba37b0

Monochromatic Colors of #ba376e

#ba376e

Complementary Color

#ba376e #37ba83

#ba376e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba376e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba376e Color CSS Codes

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

#ba376e Text Font Color

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

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


#ba376e Background Color

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

This div background color is #ba376e


#ba376e Border Color

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

This div border color is #ba376e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba376e


Comments

No comments written yet.

Please login to write comment.