Color Hex Logo

#b396df Color Hex

#B396DF
(179,150,223)
0 Favorites   0 Comments

Color spaces of #b396df

RGB 179150223
HSL0.730.530.73
HSV264°33°87°
CMYK 0.200.330.00   0.13
XYZ42.816036.724174.6438
Yxy36.72410.27770.2382
Hunter Lab60.600420.0649-30.6094
CIE-Lab67.069525.2303-33.1263

#b396df color RGB value is (179,150,223).

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

The process color (four color CMYK) of #b396df color hex is 0.20, 0.33, 0.00, 0.13. Web safe color of #b396df is #cc99cc. Color #b396df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 11011111
Octal 263 226 337
Decimal 179 150 223
Hex B3 96 DF

RGB Percentages of Color #b396df

%32.43
%27.17
%40.40

CMYK Percentages of Color #b396df

%20
%33
%0
%13

Triadic Colors of #b396df

#b396df #dfb396 #96dfb3

Analogous Colors of #b396df

#b396df #d896df #969edf

Monochromatic Colors of #b396df

#b396df

Complementary Color

#b396df #c2df96

#b396df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396df Color CSS Codes

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

#b396df Text Font Color

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

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


#b396df Background Color

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

This div background color is #b396df


#b396df Border Color

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

This div border color is #b396df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396df


Comments

No comments written yet.

Please login to write comment.