Color Hex Logo

#b687db Color Hex

#B687DB
(182,135,219)
0 Favorites   0 Comments

Color spaces of #b687db

RGB 182135219
HSL0.760.540.69
HSV274°38°86°
CMYK 0.170.380.00   0.14
XYZ40.741632.387571.1219
Yxy32.38750.28240.2245
Hunter Lab56.910028.1947-34.2592
CIE-Lab63.661933.6257-36.1832

#b687db color RGB value is (182,135,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000111 11011011
Octal 266 207 333
Decimal 182 135 219
Hex B6 87 DB

RGB Percentages of Color #b687db

%33.96
%25.19
%40.86

CMYK Percentages of Color #b687db

%17
%38
%0
%14

Triadic Colors of #b687db

#b687db #dbb687 #87dbb6

Analogous Colors of #b687db

#b687db #db87d6 #8c87db

Monochromatic Colors of #b687db

#b687db

Complementary Color

#b687db #acdb87

#b687db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b687db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b687db Color CSS Codes

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

#b687db Text Font Color

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

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


#b687db Background Color

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

This div background color is #b687db


#b687db Border Color

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

This div border color is #b687db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b687db


Comments

No comments written yet.

Please login to write comment.