Color Hex Logo

#b396eb Color Hex

#B396EB
(179,150,235)
0 Favorites   0 Comments

Color spaces of #b396eb

RGB 179150235
HSL0.720.680.75
HSV260°36°92°
CMYK 0.240.360.00   0.08
XYZ44.492137.394683.4701
Yxy37.39460.26910.2261
Hunter Lab61.151122.8579-38.1239
CIE-Lab67.572028.0019-38.9535

#b396eb color RGB value is (179,150,235).

#b396eb hex color red value is 179, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b396eb hue: 0.72 , saturation: 0.68 and the lightness value of b396eb is 0.75.

The process color (four color CMYK) of #b396eb color hex is 0.24, 0.36, 0.00, 0.08. Web safe color of #b396eb is #cc99ff. Color #b396eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 11101011
Octal 263 226 353
Decimal 179 150 235
Hex B3 96 EB

RGB Percentages of Color #b396eb

%31.74
%26.60
%41.67

CMYK Percentages of Color #b396eb

%24
%36
%0
%8

Triadic Colors of #b396eb

#b396eb #ebb396 #96ebb3

Analogous Colors of #b396eb

#b396eb #de96eb #96a4eb

Monochromatic Colors of #b396eb

#b396eb

Complementary Color

#b396eb #ceeb96

#b396eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396eb Color CSS Codes

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

#b396eb Text Font Color

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

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


#b396eb Background Color

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

This div background color is #b396eb


#b396eb Border Color

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

This div border color is #b396eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396eb


Comments

No comments written yet.

Please login to write comment.