Color Hex Logo

#bb82db Color Hex

#BB82DB
(187,130,219)
0 Favorites   0 Comments

Color spaces of #bb82db

RGB 187130219
HSL0.770.550.68
HSV278°41°86°
CMYK 0.150.410.00   0.14
XYZ41.262331.644570.9511
Yxy31.64450.28680.2200
Hunter Lab56.253432.4875-35.4036
CIE-Lab63.048037.8711-37.1026

#bb82db color RGB value is (187,130,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000010 11011011
Octal 273 202 333
Decimal 187 130 219
Hex BB 82 DB

RGB Percentages of Color #bb82db

%34.89
%24.25
%40.86

CMYK Percentages of Color #bb82db

%15
%41
%0
%14

Triadic Colors of #bb82db

#bb82db #dbbb82 #82dbbb

Analogous Colors of #bb82db

#bb82db #db82cf #8f82db

Monochromatic Colors of #bb82db

#bb82db

Complementary Color

#bb82db #a2db82

#bb82db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb82db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb82db Color CSS Codes

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

#bb82db Text Font Color

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

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


#bb82db Background Color

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

This div background color is #bb82db


#bb82db Border Color

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

This div border color is #bb82db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb82db

#bb82db Color Palettes


Comments

No comments written yet.

Please login to write comment.