Color Hex Logo

#ba9cdb Color Hex

#BA9CDB
(186,156,219)
0 Favorites   0 Comments

Color spaces of #ba9cdb

RGB 186156219
HSL0.750.470.74
HSV269°29°86°
CMYK 0.150.290.00   0.14
XYZ44.924339.330572.2416
Yxy39.33050.28710.2513
Hunter Lab62.714018.1164-24.3976
CIE-Lab68.990023.1430-27.9027

#ba9cdb color RGB value is (186,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10011100 11011011
Octal 272 234 333
Decimal 186 156 219
Hex BA 9C DB

RGB Percentages of Color #ba9cdb

%33.16
%27.81
%39.04

CMYK Percentages of Color #ba9cdb

%15
%29
%0
%14

Triadic Colors of #ba9cdb

#ba9cdb #dbba9c #9cdbba

Analogous Colors of #ba9cdb

#ba9cdb #da9cdb #9c9edb

Monochromatic Colors of #ba9cdb

#ba9cdb

Complementary Color

#ba9cdb #bddb9c

#ba9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba9cdb Color CSS Codes

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

#ba9cdb Text Font Color

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

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


#ba9cdb Background Color

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

This div background color is #ba9cdb


#ba9cdb Border Color

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

This div border color is #ba9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba9cdb


Comments

No comments written yet.

Please login to write comment.