Color Hex Logo

#ba9fab Color Hex

#BA9FAB
(186,159,171)
0 Favorites   0 Comments

Color spaces of #ba9fab

RGB 186159171
HSL0.930.160.68
HSV333°15°73°
CMYK 0.000.150.08   0.27
XYZ39.998538.175743.7886
Yxy38.17570.32800.3130
Hunter Lab61.78657.42861.2312
CIE-Lab68.149911.9746-2.5402

#ba9fab color RGB value is (186,159,171).

#ba9fab hex color red value is 186, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ba9fab hue: 0.93 , saturation: 0.16 and the lightness value of ba9fab is 0.68.

The process color (four color CMYK) of #ba9fab color hex is 0.00, 0.15, 0.08, 0.27. Web safe color of #ba9fab is #cc9999. Color #ba9fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 10101011
Octal 272 237 253
Decimal 186 159 171
Hex BA 9F AB

RGB Percentages of Color #ba9fab

%36.05
%30.81
%33.14

CMYK Percentages of Color #ba9fab

%0
%15
%8
%27

Triadic Colors of #ba9fab

#ba9fab #abba9f #9fabba

Analogous Colors of #ba9fab

#ba9fab #baa19f #ba9fb9

Monochromatic Colors of #ba9fab

#ba9fab

Complementary Color

#ba9fab #9fbaae

#ba9fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9fab Color CSS Codes

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

#ba9fab Text Font Color

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

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


#ba9fab Background Color

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

This div background color is #ba9fab


#ba9fab Border Color

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

This div border color is #ba9fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9fab


Comments

No comments written yet.

Please login to write comment.