Color Hex Logo

#b99dcf Color Hex

#B99DCF
(185,157,207)
0 Favorites   0 Comments

Color spaces of #b99dcf

RGB 185157207
HSL0.760.340.71
HSV274°24°81°
CMYK 0.110.240.00   0.19
XYZ43.327038.933264.2628
Yxy38.93320.29570.2657
Hunter Lab62.396514.7534-17.3859
CIE-Lab68.702819.7089-21.7237

#b99dcf color RGB value is (185,157,207).

#b99dcf hex color red value is 185, green value is 157 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b99dcf hue: 0.76 , saturation: 0.34 and the lightness value of b99dcf is 0.71.

The process color (four color CMYK) of #b99dcf color hex is 0.11, 0.24, 0.00, 0.19. Web safe color of #b99dcf is #cc99cc. Color #b99dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011101 11001111
Octal 271 235 317
Decimal 185 157 207
Hex B9 9D CF

RGB Percentages of Color #b99dcf

%33.70
%28.60
%37.70

CMYK Percentages of Color #b99dcf

%11
%24
%0
%19

Triadic Colors of #b99dcf

#b99dcf #cfb99d #9dcfb9

Analogous Colors of #b99dcf

#b99dcf #cf9dcc #a09dcf

Monochromatic Colors of #b99dcf

#b99dcf

Complementary Color

#b99dcf #b3cf9d

#b99dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99dcf Color CSS Codes

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

#b99dcf Text Font Color

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

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


#b99dcf Background Color

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

This div background color is #b99dcf


#b99dcf Border Color

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

This div border color is #b99dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99dcf


Comments

No comments written yet.

Please login to write comment.