Color Hex Logo

#b796ce Color Hex

#B796CE
(183,150,206)
0 Favorites   0 Comments

Color spaces of #b796ce

RGB 183150206
HSL0.760.360.70
HSV275°27°81°
CMYK 0.110.270.00   0.19
XYZ41.575436.336263.2148
Yxy36.33620.29460.2575
Hunter Lab60.279517.6241-19.9814
CIE-Lab66.776022.7572-24.1289

#b796ce color RGB value is (183,150,206).

#b796ce hex color red value is 183, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b796ce hue: 0.76 , saturation: 0.36 and the lightness value of b796ce is 0.70.

The process color (four color CMYK) of #b796ce color hex is 0.11, 0.27, 0.00, 0.19. Web safe color of #b796ce is #cc99cc. Color #b796ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11001110
Octal 267 226 316
Decimal 183 150 206
Hex B7 96 CE

RGB Percentages of Color #b796ce

%33.95
%27.83
%38.22

CMYK Percentages of Color #b796ce

%11
%27
%0
%19

Triadic Colors of #b796ce

#b796ce #ceb796 #96ceb7

Analogous Colors of #b796ce

#b796ce #ce96c9 #9b96ce

Monochromatic Colors of #b796ce

#b796ce

Complementary Color

#b796ce #adce96

#b796ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796ce Color CSS Codes

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

#b796ce Text Font Color

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

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


#b796ce Background Color

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

This div background color is #b796ce


#b796ce Border Color

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

This div border color is #b796ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796ce


Comments

No comments written yet.

Please login to write comment.