Color Hex Logo

#ba9eeb Color Hex

#BA9EEB
(186,158,235)
0 Favorites   0 Comments

Color spaces of #ba9eeb

RGB 186158235
HSL0.730.660.77
HSV262°33°92°
CMYK 0.210.330.00   0.08
XYZ47.472040.891083.9880
Yxy40.89100.27540.2373
Hunter Lab63.946120.6084-33.1104
CIE-Lab70.099525.5884-34.9736

#ba9eeb color RGB value is (186,158,235).

#ba9eeb hex color red value is 186, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ba9eeb hue: 0.73 , saturation: 0.66 and the lightness value of ba9eeb is 0.77.

The process color (four color CMYK) of #ba9eeb color hex is 0.21, 0.33, 0.00, 0.08. Web safe color of #ba9eeb is #cc99ff. Color #ba9eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011110 11101011
Octal 272 236 353
Decimal 186 158 235
Hex BA 9E EB

RGB Percentages of Color #ba9eeb

%32.12
%27.29
%40.59

CMYK Percentages of Color #ba9eeb

%21
%33
%0
%8

Triadic Colors of #ba9eeb

#ba9eeb #ebba9e #9eebba

Analogous Colors of #ba9eeb

#ba9eeb #e19eeb #9ea9eb

Monochromatic Colors of #ba9eeb

#ba9eeb

Complementary Color

#ba9eeb #cfeb9e

#ba9eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9eeb Color CSS Codes

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

#ba9eeb Text Font Color

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

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


#ba9eeb Background Color

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

This div background color is #ba9eeb


#ba9eeb Border Color

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

This div border color is #ba9eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9eeb


Comments

No comments written yet.

Please login to write comment.