Color Hex Logo

#b796de Color Hex

#B796DE
(183,150,222)
0 Favorites   0 Comments

Color spaces of #b796de

RGB 183150222
HSL0.740.520.73
HSV268°32°87°
CMYK 0.180.320.00   0.13
XYZ43.619637.153973.9797
Yxy37.15390.28190.2401
Hunter Lab60.954021.0678-29.2923
CIE-Lab67.392326.2220-32.0452

#b796de color RGB value is (183,150,222).

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

The process color (four color CMYK) of #b796de color hex is 0.18, 0.32, 0.00, 0.13. Web safe color of #b796de is #cc99cc. Color #b796de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010110 11011110
Octal 267 226 336
Decimal 183 150 222
Hex B7 96 DE

RGB Percentages of Color #b796de

%32.97
%27.03
%40.00

CMYK Percentages of Color #b796de

%18
%32
%0
%13

Triadic Colors of #b796de

#b796de #deb796 #96deb7

Analogous Colors of #b796de

#b796de #db96de #9699de

Monochromatic Colors of #b796de

#b796de

Complementary Color

#b796de #bdde96

#b796de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b796de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b796de Color CSS Codes

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

#b796de Text Font Color

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

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


#b796de Background Color

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

This div background color is #b796de


#b796de Border Color

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

This div border color is #b796de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b796de


Comments

No comments written yet.

Please login to write comment.