Color Hex Logo

#ba497a Color Hex

#BA497A
(186,73,122)
0 Favorites   0 Comments

Color spaces of #ba497a

RGB 18673122
HSL0.930.450.51
HSV334°61°73°
CMYK 0.000.610.34   0.27
XYZ26.145116.609320.2403
Yxy16.60930.41500.2637
Hunter Lab40.754543.1921-0.9176
CIE-Lab47.763950.3331-4.2051

#ba497a color RGB value is (186,73,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 01111010
Octal 272 111 172
Decimal 186 73 122
Hex BA 49 7A

RGB Percentages of Color #ba497a

%48.82
%19.16
%32.02

CMYK Percentages of Color #ba497a

%0
%61
%34
%27

Triadic Colors of #ba497a

#ba497a #7aba49 #497aba

Analogous Colors of #ba497a

#ba497a #ba5049 #ba49b3

Monochromatic Colors of #ba497a

#ba497a

Complementary Color

#ba497a #49ba89

#ba497a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba497a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba497a Color CSS Codes

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

#ba497a Text Font Color

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

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


#ba497a Background Color

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

This div background color is #ba497a


#ba497a Border Color

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

This div border color is #ba497a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba497a


Comments

No comments written yet.

Please login to write comment.