Color Hex Logo

#b296bd Color Hex

#B296BD
(178,150,189)
0 Favorites   0 Comments

Color spaces of #b296bd

RGB 178150189
HSL0.790.230.66
HSV283°21°74°
CMYK 0.060.210.00   0.26
XYZ38.451834.951852.8639
Yxy34.95180.30450.2768
Hunter Lab59.120012.6367-11.6318
CIE-Lab65.711117.5934-16.3105

#b296bd color RGB value is (178,150,189).

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

The process color (four color CMYK) of #b296bd color hex is 0.06, 0.21, 0.00, 0.26. Web safe color of #b296bd is #9999cc. Color #b296bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010110 10111101
Octal 262 226 275
Decimal 178 150 189
Hex B2 96 BD

RGB Percentages of Color #b296bd

%34.43
%29.01
%36.56

CMYK Percentages of Color #b296bd

%6
%21
%0
%26

Triadic Colors of #b296bd

#b296bd #bdb296 #96bdb2

Analogous Colors of #b296bd

#b296bd #bd96b5 #9f96bd

Monochromatic Colors of #b296bd

#b296bd

Complementary Color

#b296bd #a1bd96

#b296bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b296bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b296bd Color CSS Codes

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

#b296bd Text Font Color

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

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


#b296bd Background Color

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

This div background color is #b296bd


#b296bd Border Color

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

This div border color is #b296bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b296bd


Comments

No comments written yet.

Please login to write comment.