Color Hex Logo

#b396de Color Hex

#B396DE
(179,150,222)
0 Favorites   0 Comments

Color spaces of #b396de

RGB 179150222
HSL0.730.520.73
HSV264°32°87°
CMYK 0.190.320.00   0.13
XYZ42.681636.670373.9358
Yxy36.67030.27840.2392
Hunter Lab60.556019.8389-30.0009
CIE-Lab67.028925.0038-32.6370

#b396de color RGB value is (179,150,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 11011110
Octal 263 226 336
Decimal 179 150 222
Hex B3 96 DE

RGB Percentages of Color #b396de

%32.49
%27.22
%40.29

CMYK Percentages of Color #b396de

%19
%32
%0
%13

Triadic Colors of #b396de

#b396de #deb396 #96deb3

Analogous Colors of #b396de

#b396de #d796de #969dde

Monochromatic Colors of #b396de

#b396de

Complementary Color

#b396de #c1de96

#b396de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396de Color CSS Codes

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

#b396de Text Font Color

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

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


#b396de Background Color

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

This div background color is #b396de


#b396de Border Color

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

This div border color is #b396de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396de


Comments

No comments written yet.

Please login to write comment.