Color Hex Logo

#b196eb Color Hex

#B196EB
(177,150,235)
0 Favorites   0 Comments

Color spaces of #b196eb

RGB 177150235
HSL0.720.680.75
HSV259°36°92°
CMYK 0.250.360.00   0.08
XYZ44.033237.158083.4487
Yxy37.15800.26750.2257
Hunter Lab60.957422.2660-38.4960
CIE-Lab67.395427.4239-39.2424

#b196eb color RGB value is (177,150,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010110 11101011
Octal 261 226 353
Decimal 177 150 235
Hex B1 96 EB

RGB Percentages of Color #b196eb

%31.49
%26.69
%41.81

CMYK Percentages of Color #b196eb

%25
%36
%0
%8

Triadic Colors of #b196eb

#b196eb #ebb196 #96ebb1

Analogous Colors of #b196eb

#b196eb #dc96eb #96a6eb

Monochromatic Colors of #b196eb

#b196eb

Complementary Color

#b196eb #d0eb96

#b196eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b196eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b196eb Color CSS Codes

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

#b196eb Text Font Color

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

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


#b196eb Background Color

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

This div background color is #b196eb


#b196eb Border Color

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

This div border color is #b196eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b196eb


Comments

No comments written yet.

Please login to write comment.