Color Hex Logo

#ba8cbb Color Hex

#BA8CBB
(186,140,187)
0 Favorites   0 Comments

Color spaces of #ba8cbb

RGB 186140187
HSL0.830.260.64
HSV299°25°73°
CMYK 0.010.250.00   0.27
XYZ38.597432.783151.3072
Yxy32.78310.31460.2672
Hunter Lab57.256520.1303-13.0498
CIE-Lab63.984925.5001-17.7284

#ba8cbb color RGB value is (186,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001100 10111011
Octal 272 214 273
Decimal 186 140 187
Hex BA 8C BB

RGB Percentages of Color #ba8cbb

%36.26
%27.29
%36.45

CMYK Percentages of Color #ba8cbb

%1
%25
%0
%27

Triadic Colors of #ba8cbb

#ba8cbb #bbba8c #8cbbba

Analogous Colors of #ba8cbb

#ba8cbb #bb8ca5 #a38cbb

Monochromatic Colors of #ba8cbb

#ba8cbb

Complementary Color

#ba8cbb #8dbb8c

#ba8cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8cbb Color CSS Codes

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

#ba8cbb Text Font Color

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

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


#ba8cbb Background Color

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

This div background color is #ba8cbb


#ba8cbb Border Color

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

This div border color is #ba8cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,140,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 #ba8cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8cbb


Comments

No comments written yet.

Please login to write comment.