Color Hex Logo

#b680db Color Hex

#B680DB
(182,128,219)
0 Favorites   0 Comments

Color spaces of #b680db

RGB 182128219
HSL0.770.560.68
HSV276°42°86°
CMYK 0.170.420.00   0.14
XYZ39.796830.497970.8070
Yxy30.49790.28200.2161
Hunter Lab55.224931.9891-37.3617
CIE-Lab62.081537.5008-38.6516

#b680db color RGB value is (182,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000000 11011011
Octal 266 200 333
Decimal 182 128 219
Hex B6 80 DB

RGB Percentages of Color #b680db

%34.40
%24.20
%41.40

CMYK Percentages of Color #b680db

%17
%42
%0
%14

Triadic Colors of #b680db

#b680db #dbb680 #80dbb6

Analogous Colors of #b680db

#b680db #db80d3 #8980db

Monochromatic Colors of #b680db

#b680db

Complementary Color

#b680db #a5db80

#b680db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b680db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b680db Color CSS Codes

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

#b680db Text Font Color

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

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


#b680db Background Color

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

This div background color is #b680db


#b680db Border Color

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

This div border color is #b680db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b680db


Comments

No comments written yet.

Please login to write comment.