Color Hex Logo

#b99ffe Color Hex

#B99FFE
(185,159,254)
0 Favorites   0 Comments

Color spaces of #b99ffe

RGB 185159254
HSL0.710.980.81
HSV256°37°100°
CMYK 0.270.370.00   0.00
XYZ50.295142.266399.2733
Yxy42.26630.26220.2203
Hunter Lab65.012524.3195-45.0263
CIE-Lab71.054129.1865-43.8407

#b99ffe color RGB value is (185,159,254).

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

The process color (four color CMYK) of #b99ffe color hex is 0.27, 0.37, 0.00, 0.00. Web safe color of #b99ffe is #cc99ff. Color #b99ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 11111110
Octal 271 237 376
Decimal 185 159 254
Hex B9 9F FE

RGB Percentages of Color #b99ffe

%30.94
%26.59
%42.47

CMYK Percentages of Color #b99ffe

%27
%37
%0
%0

Triadic Colors of #b99ffe

#b99ffe #feb99f #9ffeb9

Analogous Colors of #b99ffe

#b99ffe #e99ffe #9fb5fe

Monochromatic Colors of #b99ffe

#b99ffe

Complementary Color

#b99ffe #e4fe9f

#b99ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99ffe Color CSS Codes

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

#b99ffe Text Font Color

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

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


#b99ffe Background Color

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

This div background color is #b99ffe


#b99ffe Border Color

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

This div border color is #b99ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99ffe


Comments

No comments written yet.

Please login to write comment.