Color Hex Logo

#baa2db Color Hex

#BAA2DB
(186,162,219)
0 Favorites   0 Comments

Color spaces of #baa2db

RGB 186162219
HSL0.740.440.75
HSV265°26°86°
CMYK 0.150.260.00   0.14
XYZ45.956241.394272.5856
Yxy41.39420.28730.2588
Hunter Lab64.338314.9086-21.8533
CIE-Lab70.451219.8042-25.6598

#baa2db color RGB value is (186,162,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10100010 11011011
Octal 272 242 333
Decimal 186 162 219
Hex BA A2 DB

RGB Percentages of Color #baa2db

%32.80
%28.57
%38.62

CMYK Percentages of Color #baa2db

%15
%26
%0
%14

Triadic Colors of #baa2db

#baa2db #dbbaa2 #a2dbba

Analogous Colors of #baa2db

#baa2db #d7a2db #a2a7db

Monochromatic Colors of #baa2db

#baa2db

Complementary Color

#baa2db #c3dba2

#baa2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baa2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#baa2db Color CSS Codes

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

#baa2db Text Font Color

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

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


#baa2db Background Color

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

This div background color is #baa2db


#baa2db Border Color

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

This div border color is #baa2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baa2db


Comments

No comments written yet.

Please login to write comment.