Color Hex Logo

#ba8ebb Color Hex

#BA8EBB
(186,142,187)
0 Favorites   0 Comments

Color spaces of #ba8ebb

RGB 186142187
HSL0.830.250.65
HSV299°24°73°
CMYK 0.010.240.00   0.27
XYZ38.892333.373051.4055
Yxy33.37300.31450.2699
Hunter Lab57.769419.0759-12.3201
CIE-Lab64.461824.3851-17.0055

#ba8ebb color RGB value is (186,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10001110 10111011
Octal 272 216 273
Decimal 186 142 187
Hex BA 8E BB

RGB Percentages of Color #ba8ebb

%36.12
%27.57
%36.31

CMYK Percentages of Color #ba8ebb

%1
%24
%0
%27

Triadic Colors of #ba8ebb

#ba8ebb #bbba8e #8ebbba

Analogous Colors of #ba8ebb

#ba8ebb #bb8ea6 #a48ebb

Monochromatic Colors of #ba8ebb

#ba8ebb

Complementary Color

#ba8ebb #8fbb8e

#ba8ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba8ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba8ebb Color CSS Codes

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

#ba8ebb Text Font Color

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

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


#ba8ebb Background Color

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

This div background color is #ba8ebb


#ba8ebb Border Color

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

This div border color is #ba8ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba8ebb


Comments

No comments written yet.

Please login to write comment.