Color Hex Logo

#ba49aa Color Hex

#BA49AA
(186,73,170)
0 Favorites   0 Comments

Color spaces of #ba49aa

RGB 18673170
HSL0.860.450.51
HSV308°61°73°
CMYK 0.000.610.09   0.27
XYZ29.887918.106539.9498
Yxy18.10650.33990.2059
Hunter Lab42.551750.9110-25.8783
CIE-Lab49.625057.1414-30.0331

#ba49aa color RGB value is (186,73,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01001001 10101010
Octal 272 111 252
Decimal 186 73 170
Hex BA 49 AA

RGB Percentages of Color #ba49aa

%43.36
%17.02
%39.63

CMYK Percentages of Color #ba49aa

%0
%61
%9
%27

Triadic Colors of #ba49aa

#ba49aa #aaba49 #49aaba

Analogous Colors of #ba49aa

#ba49aa #ba4972 #9249ba

Monochromatic Colors of #ba49aa

#ba49aa

Complementary Color

#ba49aa #49ba59

#ba49aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba49aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba49aa Color CSS Codes

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

#ba49aa Text Font Color

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

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


#ba49aa Background Color

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

This div background color is #ba49aa


#ba49aa Border Color

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

This div border color is #ba49aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba49aa


Comments

No comments written yet.

Please login to write comment.