Color Hex Logo

#baa9db Color Hex

#BAA9DB
(186,169,219)
0 Favorites   0 Comments

Color spaces of #baa9db

RGB 186169219
HSL0.720.410.76
HSV260°23°86°
CMYK 0.150.230.00   0.14
XYZ47.223843.929573.0081
Yxy43.92950.28770.2676
Hunter Lab66.279311.1918-18.9137
CIE-Lab72.181315.9223-23.0152

#baa9db color RGB value is (186,169,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10101001 11011011
Octal 272 251 333
Decimal 186 169 219
Hex BA A9 DB

RGB Percentages of Color #baa9db

%32.40
%29.44
%38.15

CMYK Percentages of Color #baa9db

%15
%23
%0
%14

Triadic Colors of #baa9db

#baa9db #dbbaa9 #a9dbba

Analogous Colors of #baa9db

#baa9db #d3a9db #a9b1db

Monochromatic Colors of #baa9db

#baa9db

Complementary Color

#baa9db #cadba9

#baa9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa9db Color CSS Codes

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

#baa9db Text Font Color

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

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


#baa9db Background Color

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

This div background color is #baa9db


#baa9db Border Color

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

This div border color is #baa9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa9db


Comments

No comments written yet.

Please login to write comment.