Color Hex Logo

#ba66db Color Hex

#BA66DB
(186,102,219)
0 Favorites   0 Comments

Color spaces of #ba66db

RGB 186102219
HSL0.790.620.63
HSV283°53°86°
CMYK 0.150.530.00   0.14
XYZ37.787325.056369.8626
Yxy25.05630.28470.1888
Hunter Lab50.056347.1505-47.7106
CIE-Lab57.130252.4373-46.4144

#ba66db color RGB value is (186,102,219).

#ba66db hex color red value is 186, green value is 102 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba66db hue: 0.79 , saturation: 0.62 and the lightness value of ba66db is 0.63.

The process color (four color CMYK) of #ba66db color hex is 0.15, 0.53, 0.00, 0.14. Web safe color of #ba66db is #cc66cc. Color #ba66db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100110 11011011
Octal 272 146 333
Decimal 186 102 219
Hex BA 66 DB

RGB Percentages of Color #ba66db

%36.69
%20.12
%43.20

CMYK Percentages of Color #ba66db

%15
%53
%0
%14

Triadic Colors of #ba66db

#ba66db #dbba66 #66dbba

Analogous Colors of #ba66db

#ba66db #db66c2 #8066db

Monochromatic Colors of #ba66db

#ba66db

Complementary Color

#ba66db #87db66

#ba66db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba66db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba66db Color CSS Codes

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

#ba66db Text Font Color

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

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


#ba66db Background Color

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

This div background color is #ba66db


#ba66db Border Color

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

This div border color is #ba66db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba66db


Comments

No comments written yet.

Please login to write comment.