Color Hex Logo

#b97fdb Color Hex

#B97FDB
(185,127,219)
0 Favorites   0 Comments

Color spaces of #b97fdb

RGB 185127219
HSL0.770.560.68
HSV278°42°86°
CMYK 0.160.420.00   0.14
XYZ40.383130.607570.7972
Yxy30.60750.28480.2159
Hunter Lab55.324033.4768-37.1455
CIE-Lab62.174938.9261-38.4825

#b97fdb color RGB value is (185,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 11011011
Octal 271 177 333
Decimal 185 127 219
Hex B9 7F DB

RGB Percentages of Color #b97fdb

%34.84
%23.92
%41.24

CMYK Percentages of Color #b97fdb

%16
%42
%0
%14

Triadic Colors of #b97fdb

#b97fdb #dbb97f #7fdbb9

Analogous Colors of #b97fdb

#b97fdb #db7fcf #8b7fdb

Monochromatic Colors of #b97fdb

#b97fdb

Complementary Color

#b97fdb #a1db7f

#b97fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97fdb Color CSS Codes

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

#b97fdb Text Font Color

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

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


#b97fdb Background Color

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

This div background color is #b97fdb


#b97fdb Border Color

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

This div border color is #b97fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97fdb


Comments

No comments written yet.

Please login to write comment.