Color Hex Logo

#b896db Color Hex

#B896DB
(184,150,219)
0 Favorites   0 Comments

Color spaces of #b896db

RGB 184150219
HSL0.750.490.72
HSV270°32°86°
CMYK 0.160.320.00   0.14
XYZ43.459737.117571.8917
Yxy37.11750.28500.2434
Hunter Lab60.924120.7142-27.3165
CIE-Lab67.365125.8676-30.4222

#b896db color RGB value is (184,150,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 11011011
Octal 270 226 333
Decimal 184 150 219
Hex B8 96 DB

RGB Percentages of Color #b896db

%33.27
%27.12
%39.60

CMYK Percentages of Color #b896db

%16
%32
%0
%14

Triadic Colors of #b896db

#b896db #dbb896 #96dbb8

Analogous Colors of #b896db

#b896db #db96db #9697db

Monochromatic Colors of #b896db

#b896db

Complementary Color

#b896db #b9db96

#b896db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b896db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b896db Color CSS Codes

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

#b896db Text Font Color

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

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


#b896db Background Color

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

This div background color is #b896db


#b896db Border Color

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

This div border color is #b896db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b896db


Comments

No comments written yet.

Please login to write comment.