Color Hex Logo

#ba90db Color Hex

#BA90DB
(186,144,219)
0 Favorites   0 Comments

Color spaces of #ba90db

RGB 186144219
HSL0.760.510.71
HSV274°34°86°
CMYK 0.150.340.00   0.14
XYZ43.009135.500171.6032
Yxy35.50010.28650.2365
Hunter Lab59.582024.5814-29.5450
CIE-Lab66.136229.8287-32.3077

#ba90db color RGB value is (186,144,219).

#ba90db hex color red value is 186, green value is 144 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ba90db hue: 0.76 , saturation: 0.51 and the lightness value of ba90db is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10010000 11011011
Octal 272 220 333
Decimal 186 144 219
Hex BA 90 DB

RGB Percentages of Color #ba90db

%33.88
%26.23
%39.89

CMYK Percentages of Color #ba90db

%15
%34
%0
%14

Triadic Colors of #ba90db

#ba90db #dbba90 #90dbba

Analogous Colors of #ba90db

#ba90db #db90d7 #9590db

Monochromatic Colors of #ba90db

#ba90db

Complementary Color

#ba90db #b1db90

#ba90db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba90db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba90db Color CSS Codes

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

#ba90db Text Font Color

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

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


#ba90db Background Color

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

This div background color is #ba90db


#ba90db Border Color

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

This div border color is #ba90db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba90db


Comments

No comments written yet.

Please login to write comment.