Color Hex Logo

#b684db Color Hex

#B684DB
(182,132,219)
0 Favorites   0 Comments

Color spaces of #b684db

RGB 182132219
HSL0.760.550.69
HSV274°40°86°
CMYK 0.170.400.00   0.14
XYZ40.328931.562170.9844
Yxy31.56210.28230.2209
Hunter Lab56.180229.8209-35.5876
CIE-Lab62.979335.2905-37.2482

#b684db color RGB value is (182,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 11011011
Octal 266 204 333
Decimal 182 132 219
Hex B6 84 DB

RGB Percentages of Color #b684db

%34.15
%24.77
%41.09

CMYK Percentages of Color #b684db

%17
%40
%0
%14

Triadic Colors of #b684db

#b684db #dbb684 #84dbb6

Analogous Colors of #b684db

#b684db #db84d5 #8b84db

Monochromatic Colors of #b684db

#b684db

Complementary Color

#b684db #a9db84

#b684db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684db Color CSS Codes

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

#b684db Text Font Color

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

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


#b684db Background Color

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

This div background color is #b684db


#b684db Border Color

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

This div border color is #b684db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684db


Comments

No comments written yet.

Please login to write comment.