Color Hex Logo

#ba499a Color Hex

#BA499A
(186,73,154)
0 Favorites   0 Comments

Color spaces of #ba499a

RGB 18673154
HSL0.880.450.51
HSV317°61°73°
CMYK 0.000.610.17   0.27
XYZ28.465017.537332.4566
Yxy17.53730.36280.2235
Hunter Lab41.877648.0442-16.6376
CIE-Lab48.930054.6534-21.6531

#ba499a color RGB value is (186,73,154).

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

The process color (four color CMYK) of #ba499a color hex is 0.00, 0.61, 0.17, 0.27. Web safe color of #ba499a is #cc3399. Color #ba499a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 10011010
Octal 272 111 232
Decimal 186 73 154
Hex BA 49 9A

RGB Percentages of Color #ba499a

%45.04
%17.68
%37.29

CMYK Percentages of Color #ba499a

%0
%61
%17
%27

Triadic Colors of #ba499a

#ba499a #9aba49 #499aba

Analogous Colors of #ba499a

#ba499a #ba4962 #a249ba

Monochromatic Colors of #ba499a

#ba499a

Complementary Color

#ba499a #49ba69

#ba499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba499a Color CSS Codes

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

#ba499a Text Font Color

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

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


#ba499a Background Color

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

This div background color is #ba499a


#ba499a Border Color

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

This div border color is #ba499a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba499a


Comments

No comments written yet.

Please login to write comment.