Color Hex Logo

#ba9feb Color Hex

#BA9FEB
(186,159,235)
0 Favorites   0 Comments

Color spaces of #ba9feb

RGB 186159235
HSL0.730.660.77
HSV261°32°92°
CMYK 0.210.320.00   0.08
XYZ47.643241.233584.0451
Yxy41.23350.27550.2385
Hunter Lab64.213320.0651-32.6519
CIE-Lab70.339225.0314-34.6019

#ba9feb color RGB value is (186,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 11101011
Octal 272 237 353
Decimal 186 159 235
Hex BA 9F EB

RGB Percentages of Color #ba9feb

%32.07
%27.41
%40.52

CMYK Percentages of Color #ba9feb

%21
%32
%0
%8

Triadic Colors of #ba9feb

#ba9feb #ebba9f #9febba

Analogous Colors of #ba9feb

#ba9feb #e09feb #9faaeb

Monochromatic Colors of #ba9feb

#ba9feb

Complementary Color

#ba9feb #d0eb9f

#ba9feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9feb Color CSS Codes

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

#ba9feb Text Font Color

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

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


#ba9feb Background Color

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

This div background color is #ba9feb


#ba9feb Border Color

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

This div border color is #ba9feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9feb


Comments

No comments written yet.

Please login to write comment.