Color Hex Logo

#b796db Color Hex

#B796DB
(183,150,219)
0 Favorites   0 Comments

Color spaces of #b796db

RGB 183150219
HSL0.750.490.72
HSV269°32°86°
CMYK 0.160.320.00   0.14
XYZ43.221036.994471.8805
Yxy36.99440.28420.2432
Hunter Lab60.823020.4023-27.4927
CIE-Lab67.272825.5587-30.5722

#b796db color RGB value is (183,150,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11011011
Octal 267 226 333
Decimal 183 150 219
Hex B7 96 DB

RGB Percentages of Color #b796db

%33.15
%27.17
%39.67

CMYK Percentages of Color #b796db

%16
%32
%0
%14

Triadic Colors of #b796db

#b796db #dbb796 #96dbb7

Analogous Colors of #b796db

#b796db #da96db #9698db

Monochromatic Colors of #b796db

#b796db

Complementary Color

#b796db #badb96

#b796db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796db Color CSS Codes

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

#b796db Text Font Color

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

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


#b796db Background Color

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

This div background color is #b796db


#b796db Border Color

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

This div border color is #b796db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796db


Comments

No comments written yet.

Please login to write comment.