Color Hex Logo

#b99fda Color Hex

#B99FDA
(185,159,218)
0 Favorites   0 Comments

Color spaces of #b99fda

RGB 185159218
HSL0.740.440.74
HSV266°27°85°
CMYK 0.150.270.00   0.15
XYZ45.060640.172571.7088
Yxy40.17250.28710.2560
Hunter Lab63.381815.9846-22.7122
CIE-Lab69.592220.9408-26.4345

#b99fda color RGB value is (185,159,218).

#b99fda hex color red value is 185, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b99fda hue: 0.74 , saturation: 0.44 and the lightness value of b99fda is 0.74.

The process color (four color CMYK) of #b99fda color hex is 0.15, 0.27, 0.00, 0.15. Web safe color of #b99fda is #cc99cc. Color #b99fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011111 11011010
Octal 271 237 332
Decimal 185 159 218
Hex B9 9F DA

RGB Percentages of Color #b99fda

%32.92
%28.29
%38.79

CMYK Percentages of Color #b99fda

%15
%27
%0
%15

Triadic Colors of #b99fda

#b99fda #dab99f #9fdab9

Analogous Colors of #b99fda

#b99fda #d79fda #9fa3da

Monochromatic Colors of #b99fda

#b99fda

Complementary Color

#b99fda #c0da9f

#b99fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99fda Color CSS Codes

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

#b99fda Text Font Color

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

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


#b99fda Background Color

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

This div background color is #b99fda


#b99fda Border Color

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

This div border color is #b99fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99fda


Comments

No comments written yet.

Please login to write comment.