Color Hex Logo

#b688db Color Hex

#B688DB
(182,136,219)
0 Favorites   0 Comments

Color spaces of #b688db

RGB 182136219
HSL0.760.540.70
HSV273°38°86°
CMYK 0.170.380.00   0.14
XYZ40.881732.667971.1687
Yxy32.66790.28250.2257
Hunter Lab57.155827.6525-33.8170
CIE-Lab63.891133.0693-35.8261

#b688db color RGB value is (182,136,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001000 11011011
Octal 266 210 333
Decimal 182 136 219
Hex B6 88 DB

RGB Percentages of Color #b688db

%33.89
%25.33
%40.78

CMYK Percentages of Color #b688db

%17
%38
%0
%14

Triadic Colors of #b688db

#b688db #dbb688 #88dbb6

Analogous Colors of #b688db

#b688db #db88d7 #8d88db

Monochromatic Colors of #b688db

#b688db

Complementary Color

#b688db #addb88

#b688db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b688db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b688db Color CSS Codes

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

#b688db Text Font Color

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

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


#b688db Background Color

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

This div background color is #b688db


#b688db Border Color

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

This div border color is #b688db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b688db


Comments

No comments written yet.

Please login to write comment.