Color Hex Logo

#ba90aa Color Hex

#BA90AA
(186,144,170)
0 Favorites   0 Comments

Color spaces of #ba90aa

RGB 186144170
HSL0.900.230.65
HSV323°23°73°
CMYK 0.000.230.09   0.27
XYZ37.478733.287942.4801
Yxy33.28790.33090.2939
Hunter Lab57.695714.9849-3.2670
CIE-Lab64.393320.1272-7.5317

#ba90aa color RGB value is (186,144,170).

#ba90aa hex color red value is 186, green value is 144 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ba90aa hue: 0.90 , saturation: 0.23 and the lightness value of ba90aa is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 10101010
Octal 272 220 252
Decimal 186 144 170
Hex BA 90 AA

RGB Percentages of Color #ba90aa

%37.20
%28.80
%34.00

CMYK Percentages of Color #ba90aa

%0
%23
%9
%27

Triadic Colors of #ba90aa

#ba90aa #aaba90 #90aaba

Analogous Colors of #ba90aa

#ba90aa #ba9095 #b590ba

Monochromatic Colors of #ba90aa

#ba90aa

Complementary Color

#ba90aa #90baa0

#ba90aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90aa Color CSS Codes

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

#ba90aa Text Font Color

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

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


#ba90aa Background Color

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

This div background color is #ba90aa


#ba90aa Border Color

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

This div border color is #ba90aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90aa


Comments

No comments written yet.

Please login to write comment.