Color Hex Logo

#b99dfc Color Hex

#B99DFC
(185,157,252)
0 Favorites   0 Comments

Color spaces of #b99dfc

RGB 185157252
HSL0.720.940.80
HSV258°38°99°
CMYK 0.270.380.00   0.01
XYZ49.635241.456597.4813
Yxy41.45650.26320.2198
Hunter Lab64.386724.9274-44.6942
CIE-Lab70.494629.8218-43.6315

#b99dfc color RGB value is (185,157,252).

#b99dfc hex color red value is 185, green value is 157 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b99dfc hue: 0.72 , saturation: 0.94 and the lightness value of b99dfc is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011101 11111100
Octal 271 235 374
Decimal 185 157 252
Hex B9 9D FC

RGB Percentages of Color #b99dfc

%31.14
%26.43
%42.42

CMYK Percentages of Color #b99dfc

%27
%38
%0
%1

Triadic Colors of #b99dfc

#b99dfc #fcb99d #9dfcb9

Analogous Colors of #b99dfc

#b99dfc #e99dfc #9db1fc

Monochromatic Colors of #b99dfc

#b99dfc

Complementary Color

#b99dfc #e0fc9d

#b99dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99dfc Color CSS Codes

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

#b99dfc Text Font Color

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

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


#b99dfc Background Color

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

This div background color is #b99dfc


#b99dfc Border Color

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

This div border color is #b99dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99dfc


Comments

No comments written yet.

Please login to write comment.