Color Hex Logo

#b99cde Color Hex

#B99CDE
(185,156,222)
0 Favorites   0 Comments

Color spaces of #b99cde

RGB 185156222
HSL0.740.500.74
HSV266°30°87°
CMYK 0.170.300.00   0.13
XYZ45.080939.365174.3295
Yxy39.36510.28390.2479
Hunter Lab62.741618.4574-26.3213
CIE-Lab69.014923.4877-29.5243

#b99cde color RGB value is (185,156,222).

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

The process color (four color CMYK) of #b99cde color hex is 0.17, 0.30, 0.00, 0.13. Web safe color of #b99cde is #cc99cc. Color #b99cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011100 11011110
Octal 271 234 336
Decimal 185 156 222
Hex B9 9C DE

RGB Percentages of Color #b99cde

%32.86
%27.71
%39.43

CMYK Percentages of Color #b99cde

%17
%30
%0
%13

Triadic Colors of #b99cde

#b99cde #deb99c #9cdeb9

Analogous Colors of #b99cde

#b99cde #da9cde #9ca0de

Monochromatic Colors of #b99cde

#b99cde

Complementary Color

#b99cde #c1de9c

#b99cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99cde Color CSS Codes

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

#b99cde Text Font Color

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

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


#b99cde Background Color

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

This div background color is #b99cde


#b99cde Border Color

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

This div border color is #b99cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99cde


Comments

No comments written yet.

Please login to write comment.