Color Hex Logo

#b99fef Color Hex

#B99FEF
(185,159,239)
0 Favorites   0 Comments

Color spaces of #b99fef

RGB 185159239
HSL0.720.710.78
HSV260°33°94°
CMYK 0.230.330.00   0.06
XYZ47.985741.342687.1121
Yxy41.34260.27200.2343
Hunter Lab64.298220.6925-35.3182
CIE-Lab70.415325.6530-36.6757

#b99fef color RGB value is (185,159,239).

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

The process color (four color CMYK) of #b99fef color hex is 0.23, 0.33, 0.00, 0.06. Web safe color of #b99fef is #cc99ff. Color #b99fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 11101111
Octal 271 237 357
Decimal 185 159 239
Hex B9 9F EF

RGB Percentages of Color #b99fef

%31.73
%27.27
%40.99

CMYK Percentages of Color #b99fef

%23
%33
%0
%6

Triadic Colors of #b99fef

#b99fef #efb99f #9fefb9

Analogous Colors of #b99fef

#b99fef #e19fef #9fadef

Monochromatic Colors of #b99fef

#b99fef

Complementary Color

#b99fef #d5ef9f

#b99fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99fef Color CSS Codes

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

#b99fef Text Font Color

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

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


#b99fef Background Color

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

This div background color is #b99fef


#b99fef Border Color

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

This div border color is #b99fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99fef


Comments

No comments written yet.

Please login to write comment.