Color Hex Logo

#bb80db Color Hex

#BB80DB
(187,128,219)
0 Favorites   0 Comments

Color spaces of #bb80db

RGB 187128219
HSL0.770.560.68
HSV279°42°86°
CMYK 0.150.420.00   0.14
XYZ40.998931.117670.8633
Yxy31.11760.28670.2176
Hunter Lab55.783233.5715-36.2700
CIE-Lab62.606838.9655-37.7918

#bb80db color RGB value is (187,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000000 11011011
Octal 273 200 333
Decimal 187 128 219
Hex BB 80 DB

RGB Percentages of Color #bb80db

%35.02
%23.97
%41.01

CMYK Percentages of Color #bb80db

%15
%42
%0
%14

Triadic Colors of #bb80db

#bb80db #dbbb80 #80dbbb

Analogous Colors of #bb80db

#bb80db #db80ce #8e80db

Monochromatic Colors of #bb80db

#bb80db

Complementary Color

#bb80db #a0db80

#bb80db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb80db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb80db Color CSS Codes

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

#bb80db Text Font Color

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

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


#bb80db Background Color

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

This div background color is #bb80db


#bb80db Border Color

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

This div border color is #bb80db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb80db


Comments

No comments written yet.

Please login to write comment.