Color Hex Logo

#b97feb Color Hex

#B97FEB
(185,127,235)
0 Favorites   0 Comments

Color spaces of #b97feb

RGB 185127235
HSL0.760.730.71
HSV272°46°92°
CMYK 0.210.460.00   0.08
XYZ42.592431.491282.4308
Yxy31.49120.27210.2012
Hunter Lab56.117037.2754-47.8097
CIE-Lab62.920142.4473-46.2112

#b97feb color RGB value is (185,127,235).

#b97feb hex color red value is 185, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b97feb hue: 0.76 , saturation: 0.73 and the lightness value of b97feb is 0.71.

The process color (four color CMYK) of #b97feb color hex is 0.21, 0.46, 0.00, 0.08. Web safe color of #b97feb is #cc66ff. Color #b97feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 11101011
Octal 271 177 353
Decimal 185 127 235
Hex B9 7F EB

RGB Percentages of Color #b97feb

%33.82
%23.22
%42.96

CMYK Percentages of Color #b97feb

%21
%46
%0
%8

Triadic Colors of #b97feb

#b97feb #ebb97f #7febb9

Analogous Colors of #b97feb

#b97feb #eb7fe7 #837feb

Monochromatic Colors of #b97feb

#b97feb

Complementary Color

#b97feb #b1eb7f

#b97feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97feb Color CSS Codes

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

#b97feb Text Font Color

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

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


#b97feb Background Color

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

This div background color is #b97feb


#b97feb Border Color

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

This div border color is #b97feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97feb


Comments

No comments written yet.

Please login to write comment.