Color Hex Logo

#b97fff Color Hex

#B97FFF
(185,127,255)
0 Favorites   0 Comments

Color spaces of #b97fff

RGB 185127255
HSL0.741.000.75
HSV267°50°100°
CMYK 0.270.500.00   0.00
XYZ45.647032.713098.5161
Yxy32.71300.25810.1849
Hunter Lab57.195342.3674-62.0875
CIE-Lab63.927847.0401-55.6331

#b97fff color RGB value is (185,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01111111 11111111
Octal 271 177 377
Decimal 185 127 255
Hex B9 7F FF

RGB Percentages of Color #b97fff

%32.63
%22.40
%44.97

CMYK Percentages of Color #b97fff

%27
%50
%0
%0

Triadic Colors of #b97fff

#b97fff #ffb97f #7fffb9

Analogous Colors of #b97fff

#b97fff #f97fff #7f85ff

Monochromatic Colors of #b97fff

#b97fff

Complementary Color

#b97fff #c5ff7f

#b97fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b97fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b97fff Color CSS Codes

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

#b97fff Text Font Color

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

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


#b97fff Background Color

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

This div background color is #b97fff


#b97fff Border Color

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

This div border color is #b97fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b97fff

Related Colors

#b97fff Color Palettes


Comments

No comments written yet.

Please login to write comment.