Color Hex Logo

#b697bd Color Hex

#B697BD
(182,151,189)
0 Favorites   0 Comments

Color spaces of #b697bd

RGB 182151189
HSL0.800.220.67
HSV289°20°74°
CMYK 0.040.200.00   0.26
XYZ39.543335.752452.9609
Yxy35.75240.30830.2788
Hunter Lab59.793313.4097-10.6598
CIE-Lab66.330318.3909-15.3390

#b697bd color RGB value is (182,151,189).

#b697bd hex color red value is 182, green value is 151 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b697bd hue: 0.80 , saturation: 0.22 and the lightness value of b697bd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10010111 10111101
Octal 266 227 275
Decimal 182 151 189
Hex B6 97 BD

RGB Percentages of Color #b697bd

%34.87
%28.93
%36.21

CMYK Percentages of Color #b697bd

%4
%20
%0
%26

Triadic Colors of #b697bd

#b697bd #bdb697 #97bdb6

Analogous Colors of #b697bd

#b697bd #bd97b1 #a397bd

Monochromatic Colors of #b697bd

#b697bd

Complementary Color

#b697bd #9ebd97

#b697bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b697bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b697bd Color CSS Codes

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

#b697bd Text Font Color

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

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


#b697bd Background Color

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

This div background color is #b697bd


#b697bd Border Color

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

This div border color is #b697bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b697bd


Comments

No comments written yet.

Please login to write comment.