Color Hex Logo

#b97edb Color Hex

#B97EDB
(185,126,219)
0 Favorites   0 Comments

Color spaces of #b97edb

RGB 185126219
HSL0.770.560.68
HSV278°42°86°
CMYK 0.160.420.00   0.14
XYZ40.254630.350570.7544
Yxy30.35050.28480.2147
Hunter Lab55.091334.0182-37.5830
CIE-Lab61.955539.4727-38.8259

#b97edb color RGB value is (185,126,219).

#b97edb hex color red value is 185, green value is 126 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b97edb hue: 0.77 , saturation: 0.56 and the lightness value of b97edb is 0.68.

The process color (four color CMYK) of #b97edb color hex is 0.16, 0.42, 0.00, 0.14. Web safe color of #b97edb is #cc66cc. Color #b97edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11011011
Octal 271 176 333
Decimal 185 126 219
Hex B9 7E DB

RGB Percentages of Color #b97edb

%34.91
%23.77
%41.32

CMYK Percentages of Color #b97edb

%16
%42
%0
%14

Triadic Colors of #b97edb

#b97edb #dbb97e #7edbb9

Analogous Colors of #b97edb

#b97edb #db7ecf #8b7edb

Monochromatic Colors of #b97edb

#b97edb

Complementary Color

#b97edb #a0db7e

#b97edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97edb Color CSS Codes

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

#b97edb Text Font Color

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

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


#b97edb Background Color

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

This div background color is #b97edb


#b97edb Border Color

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

This div border color is #b97edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97edb


Comments

No comments written yet.

Please login to write comment.