Color Hex Logo

#ba8fbb Color Hex

#BA8FBB
(186,143,187)
0 Favorites   0 Comments

Color spaces of #ba8fbb

RGB 186143187
HSL0.830.240.65
HSV299°24°73°
CMYK 0.010.240.00   0.27
XYZ39.041833.671951.4553
Yxy33.67190.31440.2712
Hunter Lab58.027518.5495-11.9556
CIE-Lab64.701323.8278-16.6428

#ba8fbb color RGB value is (186,143,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001111 10111011
Octal 272 217 273
Decimal 186 143 187
Hex BA 8F BB

RGB Percentages of Color #ba8fbb

%36.05
%27.71
%36.24

CMYK Percentages of Color #ba8fbb

%1
%24
%0
%27

Triadic Colors of #ba8fbb

#ba8fbb #bbba8f #8fbbba

Analogous Colors of #ba8fbb

#ba8fbb #bb8fa6 #a48fbb

Monochromatic Colors of #ba8fbb

#ba8fbb

Complementary Color

#ba8fbb #90bb8f

#ba8fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8fbb Color CSS Codes

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

#ba8fbb Text Font Color

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

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


#ba8fbb Background Color

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

This div background color is #ba8fbb


#ba8fbb Border Color

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

This div border color is #ba8fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8fbb


Comments

No comments written yet.

Please login to write comment.