Color Hex Logo

#b97ffe Color Hex

#B97FFE
(185,127,254)
0 Favorites   0 Comments

Color spaces of #b97ffe

RGB 185127254
HSL0.740.980.75
HSV267°50°100°
CMYK 0.270.500.00   0.00
XYZ45.486332.648897.6704
Yxy32.64880.25870.1857
Hunter Lab57.139142.1036-61.3496
CIE-Lab63.875546.8056-55.1682

#b97ffe color RGB value is (185,127,254).

#b97ffe hex color red value is 185, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b97ffe hue: 0.74 , saturation: 0.98 and the lightness value of b97ffe is 0.75.

The process color (four color CMYK) of #b97ffe color hex is 0.27, 0.50, 0.00, 0.00. Web safe color of #b97ffe is #cc66ff. Color #b97ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 11111110
Octal 271 177 376
Decimal 185 127 254
Hex B9 7F FE

RGB Percentages of Color #b97ffe

%32.69
%22.44
%44.88

CMYK Percentages of Color #b97ffe

%27
%50
%0
%0

Triadic Colors of #b97ffe

#b97ffe #feb97f #7ffeb9

Analogous Colors of #b97ffe

#b97ffe #f97ffe #7f85fe

Monochromatic Colors of #b97ffe

#b97ffe

Complementary Color

#b97ffe #c4fe7f

#b97ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97ffe Color CSS Codes

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

#b97ffe Text Font Color

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

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


#b97ffe Background Color

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

This div background color is #b97ffe


#b97ffe Border Color

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

This div border color is #b97ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97ffe


Comments

No comments written yet.

Please login to write comment.