Color Hex Logo

#b696db Color Hex

#B696DB
(182,150,219)
0 Favorites   0 Comments

Color spaces of #b696db

RGB 182150219
HSL0.740.490.72
HSV268°32°86°
CMYK 0.170.320.00   0.14
XYZ42.983936.872271.8694
Yxy36.87220.28330.2430
Hunter Lab60.722520.0913-27.6682
CIE-Lab67.181025.2500-30.7215

#b696db color RGB value is (182,150,219).

#b696db hex color red value is 182, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b696db hue: 0.74 , saturation: 0.49 and the lightness value of b696db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010110 11011011
Octal 266 226 333
Decimal 182 150 219
Hex B6 96 DB

RGB Percentages of Color #b696db

%33.03
%27.22
%39.75

CMYK Percentages of Color #b696db

%17
%32
%0
%14

Triadic Colors of #b696db

#b696db #dbb696 #96dbb6

Analogous Colors of #b696db

#b696db #d996db #9699db

Monochromatic Colors of #b696db

#b696db

Complementary Color

#b696db #bbdb96

#b696db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b696db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b696db Color CSS Codes

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

#b696db Text Font Color

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

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


#b696db Background Color

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

This div background color is #b696db


#b696db Border Color

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

This div border color is #b696db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b696db


Comments

No comments written yet.

Please login to write comment.