Color Hex Logo

#ba495e Color Hex

#BA495E
(186,73,94)
0 Favorites   0 Comments

Color spaces of #ba495e

RGB 1867394
HSL0.970.450.51
HSV349°61°73°
CMYK 0.000.610.49   0.27
XYZ24.652616.012312.3810
Yxy16.01230.46470.3019
Hunter Lab40.015439.94319.6661
CIE-Lab46.990647.357111.7109

#ba495e color RGB value is (186,73,94).

#ba495e hex color red value is 186, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ba495e hue: 0.97 , saturation: 0.45 and the lightness value of ba495e is 0.51.

The process color (four color CMYK) of #ba495e color hex is 0.00, 0.61, 0.49, 0.27. Web safe color of #ba495e is #cc3366. Color #ba495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 01011110
Octal 272 111 136
Decimal 186 73 94
Hex BA 49 5E

RGB Percentages of Color #ba495e

%52.69
%20.68
%26.63

CMYK Percentages of Color #ba495e

%0
%61
%49
%27

Triadic Colors of #ba495e

#ba495e #5eba49 #495eba

Analogous Colors of #ba495e

#ba495e #ba6d49 #ba4997

Monochromatic Colors of #ba495e

#ba495e

Complementary Color

#ba495e #49baa5

#ba495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba495e Color CSS Codes

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

#ba495e Text Font Color

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

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


#ba495e Background Color

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

This div background color is #ba495e


#ba495e Border Color

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

This div border color is #ba495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba495e


Comments

No comments written yet.

Please login to write comment.