Color Hex Logo

#bba7db Color Hex

#BBA7DB
(187,167,219)
1 Favorites   0 Comments

Color spaces of #bba7db

RGB 187167219
HSL0.730.420.76
HSV263°24°86°
CMYK 0.150.240.00   0.14
XYZ47.098443.316772.8964
Yxy43.31670.28840.2652
Hunter Lab65.815412.5600-19.5981
CIE-Lab71.769417.3471-23.6361

#bba7db color RGB value is (187,167,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 11011011
Octal 273 247 333
Decimal 187 167 219
Hex BB A7 DB

RGB Percentages of Color #bba7db

%32.64
%29.14
%38.22

CMYK Percentages of Color #bba7db

%15
%24
%0
%14

Triadic Colors of #bba7db

#bba7db #dbbba7 #a7dbbb

Analogous Colors of #bba7db

#bba7db #d5a7db #a7addb

Monochromatic Colors of #bba7db

#bba7db

Complementary Color

#bba7db #c7dba7

#bba7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba7db Color CSS Codes

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

#bba7db Text Font Color

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

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


#bba7db Background Color

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

This div background color is #bba7db


#bba7db Border Color

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

This div border color is #bba7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba7db

#bba7db Color Palettes


Comments

No comments written yet.

Please login to write comment.