Color Hex Logo

#b99edc Color Hex

#B99EDC
(185,158,220)
0 Favorites   0 Comments

Color spaces of #b99edc

RGB 185158220
HSL0.740.470.74
HSV266°28°86°
CMYK 0.160.280.00   0.14
XYZ45.152739.935373.0386
Yxy39.93530.28550.2526
Hunter Lab63.194416.9490-24.2899
CIE-Lab69.423421.9338-27.7946

#b99edc color RGB value is (185,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 11011100
Octal 271 236 334
Decimal 185 158 220
Hex B9 9E DC

RGB Percentages of Color #b99edc

%32.86
%28.06
%39.08

CMYK Percentages of Color #b99edc

%16
%28
%0
%14

Triadic Colors of #b99edc

#b99edc #dcb99e #9edcb9

Analogous Colors of #b99edc

#b99edc #d89edc #9ea2dc

Monochromatic Colors of #b99edc

#b99edc

Complementary Color

#b99edc #c1dc9e

#b99edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99edc Color CSS Codes

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

#b99edc Text Font Color

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

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


#b99edc Background Color

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

This div background color is #b99edc


#b99edc Border Color

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

This div border color is #b99edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99edc


Comments

No comments written yet.

Please login to write comment.