Color Hex Logo

#b97ecb Color Hex

#B97ECB
(185,126,203)
0 Favorites   0 Comments

Color spaces of #b97ecb

RGB 185126203
HSL0.790.430.65
HSV286°38°80°
CMYK 0.090.380.00   0.20
XYZ38.247929.547860.1873
Yxy29.54780.29890.2309
Hunter Lab54.357930.4718-27.5978
CIE-Lab61.262136.1155-30.9285

#b97ecb color RGB value is (185,126,203).

#b97ecb hex color red value is 185, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b97ecb hue: 0.79 , saturation: 0.43 and the lightness value of b97ecb is 0.65.

The process color (four color CMYK) of #b97ecb color hex is 0.09, 0.38, 0.00, 0.20. Web safe color of #b97ecb is #cc66cc. Color #b97ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11001011
Octal 271 176 313
Decimal 185 126 203
Hex B9 7E CB

RGB Percentages of Color #b97ecb

%35.99
%24.51
%39.49

CMYK Percentages of Color #b97ecb

%9
%38
%0
%20

Triadic Colors of #b97ecb

#b97ecb #cbb97e #7ecbb9

Analogous Colors of #b97ecb

#b97ecb #cb7eb7 #937ecb

Monochromatic Colors of #b97ecb

#b97ecb

Complementary Color

#b97ecb #90cb7e

#b97ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ecb Color CSS Codes

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

#b97ecb Text Font Color

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

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


#b97ecb Background Color

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

This div background color is #b97ecb


#b97ecb Border Color

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

This div border color is #b97ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,126,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b97ecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ecb


Comments

No comments written yet.

Please login to write comment.