Color Hex Logo

#b296eb Color Hex

#B296EB
(178,150,235)
0 Favorites   0 Comments

Color spaces of #b296eb

RGB 178150235
HSL0.720.680.75
HSV260°36°92°
CMYK 0.240.360.00   0.08
XYZ44.261837.275883.4594
Yxy37.27580.26830.2259
Hunter Lab61.053922.5615-38.3104
CIE-Lab67.483427.7128-39.0984

#b296eb color RGB value is (178,150,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 11101011
Octal 262 226 353
Decimal 178 150 235
Hex B2 96 EB

RGB Percentages of Color #b296eb

%31.62
%26.64
%41.74

CMYK Percentages of Color #b296eb

%24
%36
%0
%8

Triadic Colors of #b296eb

#b296eb #ebb296 #96ebb2

Analogous Colors of #b296eb

#b296eb #dd96eb #96a5eb

Monochromatic Colors of #b296eb

#b296eb

Complementary Color

#b296eb #cfeb96

#b296eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296eb Color CSS Codes

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

#b296eb Text Font Color

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

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


#b296eb Background Color

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

This div background color is #b296eb


#b296eb Border Color

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

This div border color is #b296eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296eb


Comments

No comments written yet.

Please login to write comment.