Color Hex Logo

#b796dc Color Hex

#B796DC
(183,150,220)
0 Favorites   0 Comments

Color spaces of #b796dc

RGB 183150220
HSL0.750.500.73
HSV268°32°86°
CMYK 0.170.320.00   0.14
XYZ43.353137.047372.5760
Yxy37.04730.28340.2422
Hunter Lab60.866520.6230-28.0897
CIE-Lab67.312525.7790-31.0637

#b796dc color RGB value is (183,150,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11011100
Octal 267 226 334
Decimal 183 150 220
Hex B7 96 DC

RGB Percentages of Color #b796dc

%33.09
%27.12
%39.78

CMYK Percentages of Color #b796dc

%17
%32
%0
%14

Triadic Colors of #b796dc

#b796dc #dcb796 #96dcb7

Analogous Colors of #b796dc

#b796dc #da96dc #9698dc

Monochromatic Colors of #b796dc

#b796dc

Complementary Color

#b796dc #bbdc96

#b796dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796dc Color CSS Codes

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

#b796dc Text Font Color

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

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


#b796dc Background Color

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

This div background color is #b796dc


#b796dc Border Color

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

This div border color is #b796dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,150,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b796dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796dc


Comments

No comments written yet.

Please login to write comment.