Color Hex Logo

#b99ffd Color Hex

#B99FFD
(185,159,253)
0 Favorites   0 Comments

Color spaces of #b99ffd

RGB 185159253
HSL0.710.960.81
HSV257°37°99°
CMYK 0.270.370.00   0.01
XYZ50.135342.202498.4320
Yxy42.20240.26280.2212
Hunter Lab64.963424.0710-44.3614
CIE-Lab71.010228.9469-43.3670

#b99ffd color RGB value is (185,159,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 11111101
Octal 271 237 375
Decimal 185 159 253
Hex B9 9F FD

RGB Percentages of Color #b99ffd

%30.99
%26.63
%42.38

CMYK Percentages of Color #b99ffd

%27
%37
%0
%1

Triadic Colors of #b99ffd

#b99ffd #fdb99f #9ffdb9

Analogous Colors of #b99ffd

#b99ffd #e89ffd #9fb4fd

Monochromatic Colors of #b99ffd

#b99ffd

Complementary Color

#b99ffd #e3fd9f

#b99ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99ffd Color CSS Codes

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

#b99ffd Text Font Color

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

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


#b99ffd Background Color

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

This div background color is #b99ffd


#b99ffd Border Color

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

This div border color is #b99ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99ffd


Comments

No comments written yet.

Please login to write comment.