Color Hex Logo

#b496bd Color Hex

#B496BD
(180,150,189)
0 Favorites   0 Comments

Color spaces of #b496bd

RGB 180150189
HSL0.790.230.66
HSV286°21°74°
CMYK 0.050.210.00   0.26
XYZ38.914035.190152.8855
Yxy35.19010.30640.2771
Hunter Lab59.321213.2816-11.3328
CIE-Lab65.896418.2705-16.0124

#b496bd color RGB value is (180,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010110 10111101
Octal 264 226 275
Decimal 180 150 189
Hex B4 96 BD

RGB Percentages of Color #b496bd

%34.68
%28.90
%36.42

CMYK Percentages of Color #b496bd

%5
%21
%0
%26

Triadic Colors of #b496bd

#b496bd #bdb496 #96bdb4

Analogous Colors of #b496bd

#b496bd #bd96b3 #a196bd

Monochromatic Colors of #b496bd

#b496bd

Complementary Color

#b496bd #9fbd96

#b496bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b496bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b496bd Color CSS Codes

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

#b496bd Text Font Color

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

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


#b496bd Background Color

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

This div background color is #b496bd


#b496bd Border Color

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

This div border color is #b496bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b496bd

#b496bd Color Palettes


Comments

No comments written yet.

Please login to write comment.