Color Hex Logo

#b596bd Color Hex

#B596BD
(181,150,189)
0 Favorites   0 Comments

Color spaces of #b596bd

RGB 181150189
HSL0.800.230.66
HSV288°21°74°
CMYK 0.040.210.00   0.26
XYZ39.147735.310652.8964
Yxy35.31060.30740.2773
Hunter Lab59.422713.6061-11.1823
CIE-Lab65.989818.6098-15.8623

#b596bd color RGB value is (181,150,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010110 10111101
Octal 265 226 275
Decimal 181 150 189
Hex B5 96 BD

RGB Percentages of Color #b596bd

%34.81
%28.85
%36.35

CMYK Percentages of Color #b596bd

%4
%21
%0
%26

Triadic Colors of #b596bd

#b596bd #bdb596 #96bdb5

Analogous Colors of #b596bd

#b596bd #bd96b2 #a296bd

Monochromatic Colors of #b596bd

#b596bd

Complementary Color

#b596bd #9ebd96

#b596bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b596bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b596bd Color CSS Codes

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

#b596bd Text Font Color

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

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


#b596bd Background Color

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

This div background color is #b596bd


#b596bd Border Color

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

This div border color is #b596bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b596bd


Comments

No comments written yet.

Please login to write comment.