Color Hex Logo

#ba89aa Color Hex

#BA89AA
(186,137,170)
0 Favorites   0 Comments

Color spaces of #ba89aa

RGB 186137170
HSL0.890.260.63
HSV320°26°73°
CMYK 0.000.260.09   0.27
XYZ36.451131.232742.1375
Yxy31.23270.33190.2844
Hunter Lab55.886218.6235-5.5835
CIE-Lab62.703624.0286-10.0511

#ba89aa color RGB value is (186,137,170).

#ba89aa hex color red value is 186, green value is 137 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba89aa hue: 0.89 , saturation: 0.26 and the lightness value of ba89aa is 0.63.

The process color (four color CMYK) of #ba89aa color hex is 0.00, 0.26, 0.09, 0.27. Web safe color of #ba89aa is #cc9999. Color #ba89aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001001 10101010
Octal 272 211 252
Decimal 186 137 170
Hex BA 89 AA

RGB Percentages of Color #ba89aa

%37.73
%27.79
%34.48

CMYK Percentages of Color #ba89aa

%0
%26
%9
%27

Triadic Colors of #ba89aa

#ba89aa #aaba89 #89aaba

Analogous Colors of #ba89aa

#ba89aa #ba8992 #b289ba

Monochromatic Colors of #ba89aa

#ba89aa

Complementary Color

#ba89aa #89ba99

#ba89aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba89aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba89aa Color CSS Codes

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

#ba89aa Text Font Color

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

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


#ba89aa Background Color

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

This div background color is #ba89aa


#ba89aa Border Color

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

This div border color is #ba89aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba89aa


Comments

No comments written yet.

Please login to write comment.