Color Hex Logo

#b96ffe Color Hex

#B96FFE
(185,111,254)
0 Favorites   0 Comments

Color spaces of #b96ffe

RGB 185111254
HSL0.750.990.72
HSV271°56°100°
CMYK 0.270.560.00   0.00
XYZ43.581428.838997.0354
Yxy28.83890.25720.1702
Hunter Lab53.701950.8823-69.5415
CIE-Lab60.639255.2178-60.3292

#b96ffe color RGB value is (185,111,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01101111 11111110
Octal 271 157 376
Decimal 185 111 254
Hex B9 6F FE

RGB Percentages of Color #b96ffe

%33.64
%20.18
%46.18

CMYK Percentages of Color #b96ffe

%27
%56
%0
%0

Triadic Colors of #b96ffe

#b96ffe #feb96f #6ffeb9

Analogous Colors of #b96ffe

#b96ffe #fe6ffc #726ffe

Monochromatic Colors of #b96ffe

#b96ffe

Complementary Color

#b96ffe #b4fe6f

#b96ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b96ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b96ffe Color CSS Codes

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

#b96ffe Text Font Color

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

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


#b96ffe Background Color

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

This div background color is #b96ffe


#b96ffe Border Color

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

This div border color is #b96ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b96ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.