Color Hex Logo

#b99cdb Color Hex

#B99CDB
(185,156,219)
0 Favorites   0 Comments

Color spaces of #b99cdb

RGB 185156219
HSL0.740.470.74
HSV268°29°86°
CMYK 0.160.290.00   0.14
XYZ44.682239.205772.2303
Yxy39.20570.28620.2511
Hunter Lab62.614517.8038-24.5652
CIE-Lab68.900022.8300-28.0488

#b99cdb color RGB value is (185,156,219).

#b99cdb hex color red value is 185, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b99cdb hue: 0.74 , saturation: 0.47 and the lightness value of b99cdb is 0.74.

The process color (four color CMYK) of #b99cdb color hex is 0.16, 0.29, 0.00, 0.14. Web safe color of #b99cdb is #cc99cc. Color #b99cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011100 11011011
Octal 271 234 333
Decimal 185 156 219
Hex B9 9C DB

RGB Percentages of Color #b99cdb

%33.04
%27.86
%39.11

CMYK Percentages of Color #b99cdb

%16
%29
%0
%14

Triadic Colors of #b99cdb

#b99cdb #dbb99c #9cdbb9

Analogous Colors of #b99cdb

#b99cdb #d99cdb #9c9fdb

Monochromatic Colors of #b99cdb

#b99cdb

Complementary Color

#b99cdb #bedb9c

#b99cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99cdb Color CSS Codes

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

#b99cdb Text Font Color

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

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


#b99cdb Background Color

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

This div background color is #b99cdb


#b99cdb Border Color

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

This div border color is #b99cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99cdb


Comments

No comments written yet.

Please login to write comment.