Color Hex Logo

#ba9aaf Color Hex

#BA9AAF
(186,154,175)
0 Favorites   0 Comments

Color spaces of #ba9aaf

RGB 186154175
HSL0.890.190.67
HSV321°17°73°
CMYK 0.000.170.06   0.27
XYZ39.543236.645545.5466
Yxy36.64550.32480.3010
Hunter Lab60.535510.6631-2.2346
CIE-Lab67.010215.4599-6.4550

#ba9aaf color RGB value is (186,154,175).

#ba9aaf hex color red value is 186, green value is 154 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ba9aaf hue: 0.89 , saturation: 0.19 and the lightness value of ba9aaf is 0.67.

The process color (four color CMYK) of #ba9aaf color hex is 0.00, 0.17, 0.06, 0.27. Web safe color of #ba9aaf is #cc9999. Color #ba9aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011010 10101111
Octal 272 232 257
Decimal 186 154 175
Hex BA 9A AF

RGB Percentages of Color #ba9aaf

%36.12
%29.90
%33.98

CMYK Percentages of Color #ba9aaf

%0
%17
%6
%27

Triadic Colors of #ba9aaf

#ba9aaf #afba9a #9aafba

Analogous Colors of #ba9aaf

#ba9aaf #ba9a9f #b59aba

Monochromatic Colors of #ba9aaf

#ba9aaf

Complementary Color

#ba9aaf #9abaa5

#ba9aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9aaf Color CSS Codes

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

#ba9aaf Text Font Color

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

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


#ba9aaf Background Color

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

This div background color is #ba9aaf


#ba9aaf Border Color

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

This div border color is #ba9aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9aaf


Comments

No comments written yet.

Please login to write comment.