Color Hex Logo

#ba84aa Color Hex

#BA84AA
(186,132,170)
0 Favorites   0 Comments

Color spaces of #ba84aa

RGB 186132170
HSL0.880.280.62
HSV318°29°73°
CMYK 0.000.290.09   0.27
XYZ35.756729.843941.9061
Yxy29.84390.33260.2776
Hunter Lab54.629621.2319-7.2404
CIE-Lab61.519326.8117-11.8257

#ba84aa color RGB value is (186,132,170).

#ba84aa hex color red value is 186, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba84aa hue: 0.88 , saturation: 0.28 and the lightness value of ba84aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000100 10101010
Octal 272 204 252
Decimal 186 132 170
Hex BA 84 AA

RGB Percentages of Color #ba84aa

%38.11
%27.05
%34.84

CMYK Percentages of Color #ba84aa

%0
%29
%9
%27

Triadic Colors of #ba84aa

#ba84aa #aaba84 #84aaba

Analogous Colors of #ba84aa

#ba84aa #ba848f #af84ba

Monochromatic Colors of #ba84aa

#ba84aa

Complementary Color

#ba84aa #84ba94

#ba84aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba84aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba84aa Color CSS Codes

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

#ba84aa Text Font Color

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

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


#ba84aa Background Color

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

This div background color is #ba84aa


#ba84aa Border Color

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

This div border color is #ba84aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba84aa


Comments

No comments written yet.

Please login to write comment.