Color Hex Logo

#ba96db Color Hex

#BA96DB
(186,150,219)
0 Favorites   0 Comments

Color spaces of #ba96db

RGB 186150219
HSL0.750.490.72
HSV271°32°86°
CMYK 0.150.320.00   0.14
XYZ43.942237.366371.9142
Yxy37.36630.28680.2439
Hunter Lab61.128021.3418-26.9623
CIE-Lab67.550926.4868-30.1199

#ba96db color RGB value is (186,150,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010110 11011011
Octal 272 226 333
Decimal 186 150 219
Hex BA 96 DB

RGB Percentages of Color #ba96db

%33.51
%27.03
%39.46

CMYK Percentages of Color #ba96db

%15
%32
%0
%14

Triadic Colors of #ba96db

#ba96db #dbba96 #96dbba

Analogous Colors of #ba96db

#ba96db #db96da #9896db

Monochromatic Colors of #ba96db

#ba96db

Complementary Color

#ba96db #b7db96

#ba96db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba96db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba96db Color CSS Codes

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

#ba96db Text Font Color

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

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


#ba96db Background Color

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

This div background color is #ba96db


#ba96db Border Color

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

This div border color is #ba96db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba96db


Comments

No comments written yet.

Please login to write comment.