Color Hex Logo

#bb81db Color Hex

#BB81DB
(187,129,219)
0 Favorites   0 Comments

Color spaces of #bb81db

RGB 187129219
HSL0.770.560.68
HSV279°41°86°
CMYK 0.150.410.00   0.14
XYZ41.130031.379870.9070
Yxy31.37980.28680.2188
Hunter Lab56.017733.0296-35.8367
CIE-Lab62.826938.4187-37.4478

#bb81db color RGB value is (187,129,219).

#bb81db hex color red value is 187, green value is 129 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bb81db hue: 0.77 , saturation: 0.56 and the lightness value of bb81db is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000001 11011011
Octal 273 201 333
Decimal 187 129 219
Hex BB 81 DB

RGB Percentages of Color #bb81db

%34.95
%24.11
%40.93

CMYK Percentages of Color #bb81db

%15
%41
%0
%14

Triadic Colors of #bb81db

#bb81db #dbbb81 #81dbbb

Analogous Colors of #bb81db

#bb81db #db81ce #8e81db

Monochromatic Colors of #bb81db

#bb81db

Complementary Color

#bb81db #a1db81

#bb81db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb81db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb81db Color CSS Codes

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

#bb81db Text Font Color

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

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


#bb81db Background Color

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

This div background color is #bb81db


#bb81db Border Color

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

This div border color is #bb81db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb81db


Comments

No comments written yet.

Please login to write comment.