Color Hex Logo

#b97ebd Color Hex

#B97EBD
(185,126,189)
0 Favorites   0 Comments

Color spaces of #b97ebd

RGB 185126189
HSL0.820.320.62
HSV296°33°74°
CMYK 0.020.330.00   0.26
XYZ36.653728.910151.7925
Yxy28.91010.31230.2463
Hunter Lab53.768127.5892-19.4738
CIE-Lab60.702233.3271-23.8774

#b97ebd color RGB value is (185,126,189).

#b97ebd hex color red value is 185, green value is 126 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b97ebd hue: 0.82 , saturation: 0.32 and the lightness value of b97ebd is 0.62.

The process color (four color CMYK) of #b97ebd color hex is 0.02, 0.33, 0.00, 0.26. Web safe color of #b97ebd is #cc66cc. Color #b97ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 10111101
Octal 271 176 275
Decimal 185 126 189
Hex B9 7E BD

RGB Percentages of Color #b97ebd

%37.00
%25.20
%37.80

CMYK Percentages of Color #b97ebd

%2
%33
%0
%26

Triadic Colors of #b97ebd

#b97ebd #bdb97e #7ebdb9

Analogous Colors of #b97ebd

#b97ebd #bd7ea2 #9a7ebd

Monochromatic Colors of #b97ebd

#b97ebd

Complementary Color

#b97ebd #82bd7e

#b97ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ebd Color CSS Codes

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

#b97ebd Text Font Color

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

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


#b97ebd Background Color

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

This div background color is #b97ebd


#b97ebd Border Color

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

This div border color is #b97ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ebd


Comments

No comments written yet.

Please login to write comment.