Color Hex Logo

#b99ede Color Hex

#B99EDE
(185,158,222)
0 Favorites   0 Comments

Color spaces of #b99ede

RGB 185158222
HSL0.740.490.75
HSV265°29°87°
CMYK 0.170.290.00   0.13
XYZ45.419340.041974.4423
Yxy40.04190.28400.2504
Hunter Lab63.278717.3836-25.4549
CIE-Lab69.499422.3728-28.7781

#b99ede color RGB value is (185,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 11011110
Octal 271 236 336
Decimal 185 158 222
Hex B9 9E DE

RGB Percentages of Color #b99ede

%32.74
%27.96
%39.29

CMYK Percentages of Color #b99ede

%17
%29
%0
%13

Triadic Colors of #b99ede

#b99ede #deb99e #9edeb9

Analogous Colors of #b99ede

#b99ede #d99ede #9ea3de

Monochromatic Colors of #b99ede

#b99ede

Complementary Color

#b99ede #c3de9e

#b99ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99ede Color CSS Codes

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

#b99ede Text Font Color

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

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


#b99ede Background Color

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

This div background color is #b99ede


#b99ede Border Color

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

This div border color is #b99ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,158,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 #b99ede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99ede


Comments

No comments written yet.

Please login to write comment.