Color Hex Logo

#ba8bbe Color Hex

#BA8BBE
(186,139,190)
0 Favorites   0 Comments

Color spaces of #ba8bbe

RGB 186139190
HSL0.820.280.65
HSV295°27°75°
CMYK 0.020.270.00   0.25
XYZ38.776632.622052.9681
Yxy32.62200.31180.2623
Hunter Lab57.115721.2336-15.0036
CIE-Lab63.853726.6379-19.6162

#ba8bbe color RGB value is (186,139,190).

#ba8bbe hex color red value is 186, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ba8bbe hue: 0.82 , saturation: 0.28 and the lightness value of ba8bbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001011 10111110
Octal 272 213 276
Decimal 186 139 190
Hex BA 8B BE

RGB Percentages of Color #ba8bbe

%36.12
%26.99
%36.89

CMYK Percentages of Color #ba8bbe

%2
%27
%0
%25

Triadic Colors of #ba8bbe

#ba8bbe #beba8b #8bbeba

Analogous Colors of #ba8bbe

#ba8bbe #be8ba9 #a18bbe

Monochromatic Colors of #ba8bbe

#ba8bbe

Complementary Color

#ba8bbe #8fbe8b

#ba8bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8bbe Color CSS Codes

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

#ba8bbe Text Font Color

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

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


#ba8bbe Background Color

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

This div background color is #ba8bbe


#ba8bbe Border Color

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

This div border color is #ba8bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8bbe


Comments

No comments written yet.

Please login to write comment.