Color Hex Logo

#ba9bdb Color Hex

#BA9BDB
(186,155,219)
0 Favorites   0 Comments

Color spaces of #ba9bdb

RGB 186155219
HSL0.750.470.73
HSV269°29°86°
CMYK 0.150.290.00   0.14
XYZ44.757238.996372.1859
Yxy38.99630.28700.2501
Hunter Lab62.447018.6527-24.8236
CIE-Lab68.748623.7001-28.2741

#ba9bdb color RGB value is (186,155,219).

#ba9bdb hex color red value is 186, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba9bdb hue: 0.75 , saturation: 0.47 and the lightness value of ba9bdb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011011 11011011
Octal 272 233 333
Decimal 186 155 219
Hex BA 9B DB

RGB Percentages of Color #ba9bdb

%33.21
%27.68
%39.11

CMYK Percentages of Color #ba9bdb

%15
%29
%0
%14

Triadic Colors of #ba9bdb

#ba9bdb #dbba9b #9bdbba

Analogous Colors of #ba9bdb

#ba9bdb #da9bdb #9b9cdb

Monochromatic Colors of #ba9bdb

#ba9bdb

Complementary Color

#ba9bdb #bcdb9b

#ba9bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9bdb Color CSS Codes

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

#ba9bdb Text Font Color

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

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


#ba9bdb Background Color

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

This div background color is #ba9bdb


#ba9bdb Border Color

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

This div border color is #ba9bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9bdb


Comments

No comments written yet.

Please login to write comment.