Color Hex Logo

#ba9dbb Color Hex

#BA9DBB
(186,157,187)
0 Favorites   0 Comments

Color spaces of #ba9dbb

RGB 186157187
HSL0.830.180.67
HSV298°16°73°
CMYK 0.010.160.00   0.27
XYZ41.276338.140952.2001
Yxy38.14090.31360.2898
Hunter Lab61.758311.2238-6.8830
CIE-Lab68.124316.0330-11.4891

#ba9dbb color RGB value is (186,157,187).

#ba9dbb hex color red value is 186, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ba9dbb hue: 0.83 , saturation: 0.18 and the lightness value of ba9dbb is 0.67.

The process color (four color CMYK) of #ba9dbb color hex is 0.01, 0.16, 0.00, 0.27. Web safe color of #ba9dbb is #cc99cc. Color #ba9dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011101 10111011
Octal 272 235 273
Decimal 186 157 187
Hex BA 9D BB

RGB Percentages of Color #ba9dbb

%35.09
%29.62
%35.28

CMYK Percentages of Color #ba9dbb

%1
%16
%0
%27

Triadic Colors of #ba9dbb

#ba9dbb #bbba9d #9dbbba

Analogous Colors of #ba9dbb

#ba9dbb #bb9dad #ab9dbb

Monochromatic Colors of #ba9dbb

#ba9dbb

Complementary Color

#ba9dbb #9ebb9d

#ba9dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9dbb Color CSS Codes

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

#ba9dbb Text Font Color

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

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


#ba9dbb Background Color

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

This div background color is #ba9dbb


#ba9dbb Border Color

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

This div border color is #ba9dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9dbb


Comments

No comments written yet.

Please login to write comment.