Color Hex Logo

#ba9fda Color Hex

#BA9FDA
(186,159,218)
0 Favorites   0 Comments

Color spaces of #ba9fda

RGB 186159218
HSL0.740.440.74
HSV267°27°85°
CMYK 0.150.270.00   0.15
XYZ45.302740.297371.7201
Yxy40.29730.28800.2561
Hunter Lab63.480216.2965-22.5499
CIE-Lab69.680821.2561-26.2910

#ba9fda color RGB value is (186,159,218).

#ba9fda hex color red value is 186, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba9fda hue: 0.74 , saturation: 0.44 and the lightness value of ba9fda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011111 11011010
Octal 272 237 332
Decimal 186 159 218
Hex BA 9F DA

RGB Percentages of Color #ba9fda

%33.04
%28.24
%38.72

CMYK Percentages of Color #ba9fda

%15
%27
%0
%15

Triadic Colors of #ba9fda

#ba9fda #daba9f #9fdaba

Analogous Colors of #ba9fda

#ba9fda #d89fda #9fa2da

Monochromatic Colors of #ba9fda

#ba9fda

Complementary Color

#ba9fda #bfda9f

#ba9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9fda Color CSS Codes

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

#ba9fda Text Font Color

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

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


#ba9fda Background Color

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

This div background color is #ba9fda


#ba9fda Border Color

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

This div border color is #ba9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9fda


Comments

No comments written yet.

Please login to write comment.