Color Hex Logo

#ba9abf Color Hex

#BA9ABF
(186,154,191)
0 Favorites   0 Comments

Color spaces of #ba9abf

RGB 186154191
HSL0.810.220.68
HSV292°19°75°
CMYK 0.030.190.00   0.25
XYZ41.209337.311954.3202
Yxy37.31190.31020.2809
Hunter Lab61.083513.5270-9.9669
CIE-Lab67.510418.4744-14.6387

#ba9abf color RGB value is (186,154,191).

#ba9abf hex color red value is 186, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ba9abf hue: 0.81 , saturation: 0.22 and the lightness value of ba9abf is 0.68.

The process color (four color CMYK) of #ba9abf color hex is 0.03, 0.19, 0.00, 0.25. Web safe color of #ba9abf is #cc99cc. Color #ba9abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011010 10111111
Octal 272 232 277
Decimal 186 154 191
Hex BA 9A BF

RGB Percentages of Color #ba9abf

%35.03
%29.00
%35.97

CMYK Percentages of Color #ba9abf

%3
%19
%0
%25

Triadic Colors of #ba9abf

#ba9abf #bfba9a #9abfba

Analogous Colors of #ba9abf

#ba9abf #bf9ab2 #a89abf

Monochromatic Colors of #ba9abf

#ba9abf

Complementary Color

#ba9abf #9fbf9a

#ba9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9abf Color CSS Codes

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

#ba9abf Text Font Color

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

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


#ba9abf Background Color

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

This div background color is #ba9abf


#ba9abf Border Color

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

This div border color is #ba9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9abf


Comments

No comments written yet.

Please login to write comment.