Color Hex Logo

#bb83db Color Hex

#BB83DB
(187,131,219)
0 Favorites   0 Comments

Color spaces of #bb83db

RGB 187131219
HSL0.770.550.69
HSV278°40°86°
CMYK 0.150.400.00   0.14
XYZ41.396031.911970.9956
Yxy31.91190.28690.2211
Hunter Lab56.490631.9452-34.9703
CIE-Lab63.270037.3225-36.7561

#bb83db color RGB value is (187,131,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10000011 11011011
Octal 273 203 333
Decimal 187 131 219
Hex BB 83 DB

RGB Percentages of Color #bb83db

%34.82
%24.39
%40.78

CMYK Percentages of Color #bb83db

%15
%40
%0
%14

Triadic Colors of #bb83db

#bb83db #dbbb83 #83dbbb

Analogous Colors of #bb83db

#bb83db #db83cf #8f83db

Monochromatic Colors of #bb83db

#bb83db

Complementary Color

#bb83db #a3db83

#bb83db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb83db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb83db Color CSS Codes

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

#bb83db Text Font Color

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

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


#bb83db Background Color

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

This div background color is #bb83db


#bb83db Border Color

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

This div border color is #bb83db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb83db


Comments

No comments written yet.

Please login to write comment.