Color Hex Logo

#b97eff Color Hex

#B97EFF
(185,126,255)
0 Favorites   0 Comments

Color spaces of #b97eff

RGB 185126255
HSL0.741.000.75
HSV267°51°100°
CMYK 0.270.510.00   0.00
XYZ45.518432.456098.4733
Yxy32.45600.25800.1839
Hunter Lab56.970242.9213-62.6040
CIE-Lab63.718047.5766-55.9669

#b97eff color RGB value is (185,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111110 11111111
Octal 271 176 377
Decimal 185 126 255
Hex B9 7E FF

RGB Percentages of Color #b97eff

%32.69
%22.26
%45.05

CMYK Percentages of Color #b97eff

%27
%51
%0
%0

Triadic Colors of #b97eff

#b97eff #ffb97e #7effb9

Analogous Colors of #b97eff

#b97eff #fa7eff #7e84ff

Monochromatic Colors of #b97eff

#b97eff

Complementary Color

#b97eff #c4ff7e

#b97eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97eff Color CSS Codes

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

#b97eff Text Font Color

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

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


#b97eff Background Color

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

This div background color is #b97eff


#b97eff Border Color

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

This div border color is #b97eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97eff


Comments

No comments written yet.

Please login to write comment.