Color Hex Logo

#ba9adb Color Hex

#BA9ADB
(186,154,219)
0 Favorites   0 Comments

Color spaces of #ba9adb

RGB 186154219
HSL0.750.470.73
HSV270°30°86°
CMYK 0.150.300.00   0.14
XYZ44.591538.664872.1307
Yxy38.66480.28700.2488
Hunter Lab62.181019.1898-25.2504
CIE-Lab68.507824.2575-28.6449

#ba9adb color RGB value is (186,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011010 11011011
Octal 272 232 333
Decimal 186 154 219
Hex BA 9A DB

RGB Percentages of Color #ba9adb

%33.27
%27.55
%39.18

CMYK Percentages of Color #ba9adb

%15
%30
%0
%14

Triadic Colors of #ba9adb

#ba9adb #dbba9a #9adbba

Analogous Colors of #ba9adb

#ba9adb #db9adb #9a9bdb

Monochromatic Colors of #ba9adb

#ba9adb

Complementary Color

#ba9adb #bbdb9a

#ba9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9adb Color CSS Codes

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

#ba9adb Text Font Color

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

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


#ba9adb Background Color

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

This div background color is #ba9adb


#ba9adb Border Color

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

This div border color is #ba9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9adb


Comments

No comments written yet.

Please login to write comment.