Color Hex Logo

#ba9abc Color Hex

#BA9ABC
(186,154,188)
0 Favorites   0 Comments

Color spaces of #ba9abc

RGB 186154188
HSL0.820.200.67
HSV296°18°74°
CMYK 0.010.180.00   0.26
XYZ40.882437.181152.5989
Yxy37.18110.31290.2846
Hunter Lab60.976312.9692-8.4609
CIE-Lab67.412717.8922-13.1137

#ba9abc color RGB value is (186,154,188).

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

The process color (four color CMYK) of #ba9abc color hex is 0.01, 0.18, 0.00, 0.26. Web safe color of #ba9abc is #cc99cc. Color #ba9abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011010 10111100
Octal 272 232 274
Decimal 186 154 188
Hex BA 9A BC

RGB Percentages of Color #ba9abc

%35.23
%29.17
%35.61

CMYK Percentages of Color #ba9abc

%1
%18
%0
%26

Triadic Colors of #ba9abc

#ba9abc #bcba9a #9abcba

Analogous Colors of #ba9abc

#ba9abc #bc9aad #a99abc

Monochromatic Colors of #ba9abc

#ba9abc

Complementary Color

#ba9abc #9cbc9a

#ba9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9abc Color CSS Codes

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

#ba9abc Text Font Color

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

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


#ba9abc Background Color

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

This div background color is #ba9abc


#ba9abc Border Color

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

This div border color is #ba9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9abc


Comments

No comments written yet.

Please login to write comment.