Color Hex Logo

#bba6db Color Hex

#BBA6DB
(187,166,219)
0 Favorites   0 Comments

Color spaces of #bba6db

RGB 187166219
HSL0.730.420.75
HSV264°24°86°
CMYK 0.150.240.00   0.14
XYZ46.915942.951772.8356
Yxy42.95170.28840.2640
Hunter Lab65.537513.0908-20.0161
CIE-Lab71.522217.9010-24.0137

#bba6db color RGB value is (187,166,219).

#bba6db hex color red value is 187, green value is 166 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bba6db hue: 0.73 , saturation: 0.42 and the lightness value of bba6db is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100110 11011011
Octal 273 246 333
Decimal 187 166 219
Hex BB A6 DB

RGB Percentages of Color #bba6db

%32.69
%29.02
%38.29

CMYK Percentages of Color #bba6db

%15
%24
%0
%14

Triadic Colors of #bba6db

#bba6db #dbbba6 #a6dbbb

Analogous Colors of #bba6db

#bba6db #d6a6db #a6acdb

Monochromatic Colors of #bba6db

#bba6db

Complementary Color

#bba6db #c6dba6

#bba6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba6db Color CSS Codes

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

#bba6db Text Font Color

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

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


#bba6db Background Color

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

This div background color is #bba6db


#bba6db Border Color

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

This div border color is #bba6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba6db


Comments

No comments written yet.

Please login to write comment.