Color Hex Logo

#b396bd Color Hex

#B396BD
(179,150,189)
0 Favorites   0 Comments

Color spaces of #b396bd

RGB 179150189
HSL0.790.230.66
HSV285°21°74°
CMYK 0.050.210.00   0.26
XYZ38.682135.070552.8746
Yxy35.07050.30550.2770
Hunter Lab59.220412.9587-11.4825
CIE-Lab65.803517.9319-16.1618

#b396bd color RGB value is (179,150,189).

#b396bd hex color red value is 179, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b396bd hue: 0.79 , saturation: 0.23 and the lightness value of b396bd is 0.66.

The process color (four color CMYK) of #b396bd color hex is 0.05, 0.21, 0.00, 0.26. Web safe color of #b396bd is #cc99cc. Color #b396bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010110 10111101
Octal 263 226 275
Decimal 179 150 189
Hex B3 96 BD

RGB Percentages of Color #b396bd

%34.56
%28.96
%36.49

CMYK Percentages of Color #b396bd

%5
%21
%0
%26

Triadic Colors of #b396bd

#b396bd #bdb396 #96bdb3

Analogous Colors of #b396bd

#b396bd #bd96b4 #a096bd

Monochromatic Colors of #b396bd

#b396bd

Complementary Color

#b396bd #a0bd96

#b396bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b396bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b396bd Color CSS Codes

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

#b396bd Text Font Color

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

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


#b396bd Background Color

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

This div background color is #b396bd


#b396bd Border Color

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

This div border color is #b396bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b396bd


Comments

No comments written yet.

Please login to write comment.