Color Hex Logo

#ba29aa Color Hex

#BA29AA
(186,41,170)
0 Favorites   0 Comments

Color spaces of #ba29aa

RGB 18641170
HSL0.850.640.45
HSV307°78°73°
CMYK 0.000.780.09   0.27
XYZ28.298314.927339.4200
Yxy14.92730.34240.1806
Hunter Lab38.635963.1271-33.4482
CIE-Lab45.534568.6352-36.4501

#ba29aa color RGB value is (186,41,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101001 10101010
Octal 272 51 252
Decimal 186 41 170
Hex BA 29 AA

RGB Percentages of Color #ba29aa

%46.85
%10.33
%42.82

CMYK Percentages of Color #ba29aa

%0
%78
%9
%27

Triadic Colors of #ba29aa

#ba29aa #aaba29 #29aaba

Analogous Colors of #ba29aa

#ba29aa #ba2961 #8229ba

Monochromatic Colors of #ba29aa

#ba29aa

Complementary Color

#ba29aa #29ba39

#ba29aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba29aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba29aa Color CSS Codes

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

#ba29aa Text Font Color

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

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


#ba29aa Background Color

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

This div background color is #ba29aa


#ba29aa Border Color

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

This div border color is #ba29aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,41,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 #ba29aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba29aa


Comments

No comments written yet.

Please login to write comment.